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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 緯?畛 | 1000100011011100001111111110000101011010 | 88dc3fe15a |
EUC-JP | 緯?畛 | 1011000011011110001111111110000110111011 | b0de3fe1bb |
UTF-8 | 緯렕畛 | 111001111011011110101111111010111010000010010101111001111001010110011011 | e7b7afeba095e7959b |
UHC | 緯렕畛 | 111010101101010110001110101010101111001011010101 | ead58eaaf2d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)