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 | 繹??埃?? | 1110001110001000001111110011111110011010101110100011111100111111 | e3883f3f9aba3f3f |
EUC-JP | 繹??埃?? | 1110010111101000001111110011111111010100101111000011111100111111 | e5e83f3fd4bc3f3f |
UTF-8 | 繹먯왋埃귟뇥 | 111001111011100110111001111010111010100010101111111011001001100110001011111001011001111110000011111010101011011110011111111010111000011110100101 | e7b9b9eba8afec998be59f83eab79feb87a5 |
UHC | 繹먯왋埃귟뇥 | 111001101011101010010000111011001001111010111100111001001110111110000010111010001000011110001101 | e6ba90ec9ebce4ef82e8878d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)