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 | 騾守ケ撹 | 11101001100000001000111011100111101110011000101001101000 | e9808ee7b98a68 |
EUC-JP | 騾守ケ撹 | 1111000111100000101111001110100110001110101110011011001111001001 | f1e0bce98eb9b3c9 |
UTF-8 | 騾守ケ撹 | 111010011010100010111110111001011010111010001000111011111011110110111001111001101001001010111001 | e9a8bee5ae88efbdb9e692b9 |
UHC | ?守?? | 0011111111100001111110100011111100111111 | 3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)