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 | 逸??鍮 | 100010001110110100111111001111111110100001001010 | 88ed3f3fe84a |
EUC-JP | 逸??鍮 | 101100001110111100111111001111111110111110101011 | b0ef3f3fefab |
UTF-8 | 逸쒕ㄹ鍮 | 111010011000000010111000111011001001001010010101111000111000010010111001111010011000110110101110 | e980b8ec9295e384b9e98dae |
UHC | 逸쒕ㄹ鍮 | 1110110011101111100111001110101110100100101010011110101110111001 | ecef9ceba4a9ebb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)