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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 俉??鵝? | 11111010011000010011111100111111111010100100000000111111 | fa613f3fea403f |
EUC-JP | 俉??鵝? | 1000111110110001101110110011111100111111111100111010000100111111 | 8fb1bb3f3ff3a13f |
UTF-8 | 俉쇔콉鵝뢆 | 111001001011111110001001111011001000011110010100111011001011110110001001111010011011010110011101111010111010001010000110 | e4bf89ec8794ecbd89e9b59deba286 |
UHC | 俉쇔콉鵝뢆 | 11100111111010111011110011100101101100011000010111100100101111011000111101000010 | e7ebbce5b185e4bd8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)