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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 場齊エ実\ | 10001111111010101110101010001110101101001111000010111010100011101100000001011100 | 8feaea8eb4f0ba8ec05c |
EUC-JP | 場齊エ?実\ | 10111110111011001111001111101110100011101011010000111111101111001100001001011100 | beecf3ee8eb43fbcc25c |
UTF-8 | 場齊エ実\ | 11100101101000001011010011101001101111011000101011101111101111011011010011101110100000011011100111100101101011101001111101011100 | e5a0b4e9bd8aefbdb4ee81b9e5ae9f5c |
UHC | 場齊???\ | 1110110111011110111100001011101000111111001111110011111101011100 | eddef0ba3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)