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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髣碑尸 | 111010011001011110010100111010001001101110011001 | e99794e89b99 |
EUC-JP | 髣碑尸 | 111100011111011111001000111010101101010111111001 | f1f7c8ead5f9 |
UTF-8 | 髣碑尸 | 111010011010101110100011111001111010001010010001111001011011000010111000 | e9aba3e7a291e5b0b8 |
UHC | ?碑尸 | 0011111111011101111110001110001110111001 | 3fddf8e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)