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 | 趙??弔?寃 | 111001101110001000111111001111111001001010100010001111111001101110000011 | e6e23f3f92a23f9b83 |
EUC-JP | 趙??弔?寃 | 111011001110010000111111001111111100010010100100001111111101010111100011 | ece43f3fc4a43fd5e3 |
UTF-8 | 趙흔번弔렟寃 | 111010001011011010011001111011011001110110010100111010111011001010001000111001011011110010010100111010111010000010011111111001011010111110000011 | e8b699ed9d94ebb288e5bc94eba09fe5af83 |
UHC | 趙흔번弔렟寃 | 111100001110000111001000111001111011100111111000111100001100000010001110101100001110101010110010 | f0e1c8e7b9f8f0c08eb0eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)