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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒻??航? | 11100100111010000011111100111111100011010111000100111111 | e4e83f3f8d713f |
EUC-JP | 蒻??航? | 11101000111010100011111100111111101110011101001000111111 | e8ea3f3fb9d23f |
UTF-8 | 蒻며뼻航닸 | 111010001001001010111011111010111010100110110000111010111011110010111011111010001000100010101010111010111000101110111000 | e892bbeba9b0ebbcbbe888aaeb8bb8 |
UHC | 蒻며뼻航닸 | 11100101101101101011100011100111100101101011111011111001111111101011010011100110 | e5b6b8e796bef9feb4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)