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 | 尺釈蒔 | 100011101101101010001110110111111000111010101010 | 8eda8edf8eaa |
EUC-JP | 尺釈蒔 | 101111001101110010111100111000011011110010101100 | bcdcbce1bcac |
UTF-8 | 尺釈蒔 | 111001011011000010111010111010011000011110001000111010001001001010010100 | e5b0bae98788e89294 |
UHC | 尺?蒔 | 1111010010101001001111111110001111001000 | f4a93fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)