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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ンケム「 | 1101110111110101110111011111010111011000101110011101000110100010 | ddf5ddf5d8b9d1a2 |
EUC-JP | ン??ケム「 | 10001110110111010011111100111111100011101011100110001110110100011000111010100010 | 8edd3f3f8eb98ed18ea2 |
UTF-8 | ンケム「 | 111011111011111010011101111011101001000110001000111011101001000110000011111011111011110110111001111011111011111010010001111011111011110110100010 | efbe9dee9188ee9183efbdb9efbe91efbda2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)