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 | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
SJIS-WIN | 弔?O淨?紆? | 10010010101000100011111101001111100111111100010000111111111000101111110000111111 | 92a23f4f9fc43fe2fc3f |
EUC-JP | 弔?O淨?紆? | 11000100101001000011111101001111110111101100011000111111111001001111111000111111 | c4a43f4fdec63fe4fe3f |
UTF-8 | 弔렲O淨렠紆렣 | 11100101101111001001010011101011101000001011001001001111111001101011011110101000111010111010000010100000111001111011010010000110111010111010000010100011 | e5bc94eba0b24fe6b7a8eba0a0e7b486eba0a3 |
UHC | 弔렲O淨렠紆렣 | 11110000110000001000111010111111010011111110111111100100100011101011000111101001111000011000111010110100 | f0c08ebf4fefe48eb1e9e18eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)