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 | 蒻啄椈蹊 | 1110010011101000100100011110110110011110100110001110011011111100 | e4e891ed9e98e6fc |
EUC-JP | 蒻啄椈蹊 | 1110100011101010110000101110111111011011111110001110110011111110 | e8eac2efdbf8ecfe |
UTF-8 | 蒻啄椈蹊 | 111010001001001010111011111001011001010110000100111001101010010010001000111010001011100110001010 | e892bbe59584e6a488e8b98a |
UHC | 蒻啄?蹊 | 11100101101101101111011011110010001111111111101110110111 | e5b6f6f23ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)