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 | 隹ソ迚呵ォク | 111010001011000010111111111001111000100110011001111010001010101110111000 | e8b0bfe78999e8abb8 |
EUC-JP | 隹ソ迚呵ォク | 111100001011001010001110101111111110110111101001110100101110101010001110101010111000111010111000 | f0b28ebfede9d2ea8eab8eb8 |
UTF-8 | 隹ソ迚呵ォク | 111010011001101010111001111011111011110110111111111010001011111110011010111001011001000110110101111011111011110110101011111011111011110110111000 | e99ab9efbdbfe8bf9ae591b5efbdabefbdb8 |
UHC | ???呵?? | 00111111001111110011111111001010101001110011111100111111 | 3f3f3fcaa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)