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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯ス髻憺棣 | 111010011001100110111101111010011001111110011100111010011001111010100110 | e999bde99f9ce99ea6 |
EUC-JP | 髯ス髻憺棣 | 11110001111110011000111010111101111100101010000111011000111010111101110010101000 | f1f98ebdf2a1d8ebdca8 |
UTF-8 | 髯ス髻憺棣 | 111010011010101110101111111011111011110110111101111010011010101110111011111001101000011010111010111001101010001110100011 | e9abafefbdbde9abbbe686bae6a3a3 |
UHC | ???憺? | 001111110011111100111111110100111011110000111111 | 3f3f3fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)