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 | 韜呵サク | 111010001110100110011001111010001011101110111000 | e8e999e8bbb8 |
EUC-JP | 韜呵サク | 1111000011101011110100101110101010001110101110111000111010111000 | f0ebd2ea8ebb8eb8 |
UTF-8 | 韜呵サク | 111010011001111110011100111001011001000110110101111011111011110110111011111011111011110110111000 | e99f9ce591b5efbdbbefbdb8 |
UHC | 韜呵?? | 110101001011011111001010101001110011111100111111 | d4b7caa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)