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 | 逋底エ彦 | 11100111100110011001001011101010101101001001010101000110 | e79992eab49546 |
EUC-JP | 逋底エ彦 | 1110110111111001110001001110110010001110101101001100100110100111 | edf9c4ec8eb4c9a7 |
UTF-8 | 逋底エ彦 | 111010011000000010001011111001011011101010010101111011111011110110110100111001011011110110100110 | e9808be5ba95efbdb4e5bda6 |
UHC | 逋底?彦 | 11111000111001111110111010111100001111111110010111101001 | f8e7eebc3fe5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)