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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裔壽ぁ | 111001011110000110011010111001101000001010011111 | e5e19ae6829f |
EUC-JP | 裔壽ぁ | 111010101110001111010100111010001010010010100001 | eae3d4e8a4a1 |
UTF-8 | 裔壽ぁ | 111010001010001110010100111001011010001110111101111000111000000110000001 | e8a394e5a3bde38181 |
UHC | 裔壽ぁ | 111001111110000011100001111110001010101010100001 | e7e0e1f8aaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)