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 | 鞨よュ蹊 | 1110100011100000100000101110011010000011100001011110011011111100 | e8e082e68385e6fc |
EUC-JP | 鞨よュ蹊 | 1111000011100010101001001110100010100101111001011110110011111110 | f0e2a4e8a5e5ecfe |
UTF-8 | 鞨よュ蹊 | 111010011001111010101000111000111000001010001000111000111000001110100101111010001011100110001010 | e99ea8e38288e383a5e8b98a |
UHC | 鞨よュ蹊 | 1100101011101010101010101110100010101011111001011111101110110111 | caeaaae8abe5fbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)