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 | 尺釈蒔謝 | 1000111011011010100011101101111110001110101010101000111011010011 | 8eda8edf8eaa8ed3 |
EUC-JP | 尺釈蒔謝 | 1011110011011100101111001110000110111100101011001011110011010101 | bcdcbce1bcacbcd5 |
UTF-8 | 尺釈蒔謝 | 111001011011000010111010111010011000011110001000111010001001001010010100111010001010110010011101 | e5b0bae98788e89294e8ac9d |
UHC | 尺?蒔謝 | 11110100101010010011111111100011110010001101111011110011 | f4a93fe3c8def3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)