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 | 衣??矮 | 100010001101111100111111001111111110000111100010 | 88df3f3fe1e2 |
EUC-JP | 衣??矮 | 101100001110000100111111001111111110001011100100 | b0e13f3fe2e4 |
UTF-8 | 衣덈쩃矮 | 111010001010000110100011111010111000110110001000111011001010100110000011111001111001111110101110 | e8a1a3eb8d88eca983e79fae |
UHC | 衣덈쩃矮 | 1110101111111101100010001110101110100100100111011110100011100001 | ebfd88eba49de8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)