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 | 縣杓脇 | 111000110111000010001110110110111001100001100101 | e3708edb9865 |
EUC-JP | 縣杓脇 | 111001011101000110111100110111011100111111000110 | e5d1bcddcfc6 |
UTF-8 | 縣杓脇 | 111001111011100010100011111001101001110110010011111010001000010010000111 | e7b8a3e69d93e88487 |
UHC | 縣杓脇 | 111110101110001111111000111101011111101011110111 | fae3f8f5faf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)