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 | 顆ゆシ截 | 11101000111101111000001011100100101111001001110101000010 | e8f782e4bc9d42 |
EUC-JP | 顆ゆシ截 | 1111000011111001101001001110011010001110101111001101100110100011 | f0f9a4e68ebcd9a3 |
UTF-8 | 顆ゆシ截 | 111010011010000110000110111000111000001010000110111011111011110110111100111001101000100010101010 | e9a186e38286efbdbce688aa |
UHC | 顆ゆ?截 | 11001110101010001010101011100110001111111110111110111000 | cea8aae63fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)