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 | 纐寺ぇ | 111000111001011010001110100110111000001010100101 | e3968e9b82a5 |
EUC-JP | 纐寺ぇ | 111001011111011010111011111110111010010010100111 | e5f6bbfba4a7 |
UTF-8 | 纐寺ぇ | 111001111011101010010000111001011010111110111010111000111000000110000111 | e7ba90e5afbae38187 |
UHC | ?寺ぇ | 0011111111011110110100011010101010100111 | 3fded1aaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)