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 | 尺自漆 | 100011101101101010001110101010011000111010111101 | 8eda8ea98ebd |
EUC-JP | 尺自漆 | 101111001101110010111100101010111011110010111111 | bcdcbcabbcbf |
UTF-8 | 尺自漆 | 111001011011000010111010111010001000011110101010111001101011110010000110 | e5b0bae887aae6bc86 |
UHC | 尺自漆 | 111101001010100111101101101110111111011011010100 | f4a9edbbf6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)