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 | 疵猖痳疵 | 1110000101110010111000001100100111100001100001011110000101110010 | e172e0c9e185e172 |
EUC-JP | 疵猖痳疵 | 1110000111010011111000001100101111100001111001011110000111010011 | e1d3e0cbe1e5e1d3 |
UTF-8 | 疵猖痳疵 | 111001111001011010110101111001111000110010010110111001111001011110110011111001111001011010110101 | e796b5e78c96e797b3e796b5 |
UHC | 疵猖?疵 | 11101101101101111111001111101001001111111110110110110111 | edb7f3e93fedb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)