To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ⅴコモコ邇セ | 1111101001000100101110101101001110111010111001111000111010111110 | fa44bad3bae78ebe |
EUC-JP | ?コモコ邇セ | 0011111110001110101110101000111011010011100011101011101011101101111011101000111010111110 | 3f8eba8ed38ebaedee8ebe |
UTF-8 | ⅴコモコ邇セ | 111000101000010110110100111011111011110110111010111011111011111010010011111011111011110110111010111010011000001010000111111011111011110110111110 | e285b4efbdbaefbe93efbdbae98287efbdbe |
UHC | ⅴ???邇? | 1010010110100101001111110011111100111111111011001100010000111111 | a5a53f3f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)