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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | ?泥?RE | 001111111001001101000100001111110101001001000101 | 3f93443f5245 |
EUC-JP | ?泥?RE | 001111111100010110100101001111110101001001000101 | 3fc5a53f5245 |
UTF-8 | 룵泥푯RE | 1110101110100011101101011110011010110011101001011110110110010001101011110101001001000101 | eba3b5e6b3a5ed91af5245 |
UHC | 룵泥푯RE | 1000111110101010110100101111101011000111101010010101001001000101 | 8faad2fac7a95245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)