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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 椰??倚 | 100111101011110100111111001111111001100011011111 | 9ebd3f3f98df |
EUC-JP | 椰??倚 | 110111001011111100111111001111111101000011100001 | dcbf3f3fd0e1 |
UTF-8 | 椰꾨뿭倚 | 111001101010010010110000111010101011111010101000111010111011111110101101111001011000000010011010 | e6a4b0eabea8ebbfade5809a |
UHC | 椰꾨뿭倚 | 1110010110101011100001001110101110010111101011011110101111101111 | e5ab84eb97adebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)