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 | ??W??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
SJIS-WIN | ??W??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
EUC-JP | ??W??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
UTF-8 | 렻렋W렻렋NB | 111010111010000010111011111010111010000010001011010101111110101110100000101110111110101110100000100010110100111001000010 | eba0bbeba08b57eba0bbeba08b4e42 |
UHC | 렻렋W렻렋NB | 1000111011000011100011101010001001010111100011101100001110001110101000100100111001000010 | 8ec38ea2578ec38ea24e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)