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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃??援ε? | 100010001010000100111111001111111000100110000111100000111100001100111111 | 88a13f3f898783c33f |
EUC-JP | 娃??援ε? | 101100001010001100111111001111111011000111100111101001101100010100111111 | b0a33f3fb1e7a6c53f |
UTF-8 | 娃숆릴援ε콏 | 1110010110101000100000111110110010001000100001101110101110100110101101001110011010001111101101001100111010110101111011001011110110001111 | e5a883ec8886eba6b4e68fb4ceb5ecbd8f |
UHC | 娃숆릴援ε콏 | 111010001101111110011001111010101011100010110001111010101011010110100101111001011011000110001011 | e8df99eab8b1eab5a5e5b18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)