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 | 阮千洸笏ャ | 111010001001011010010000111001111001111110101001111000101001010010101100 | e89690e79fa9e294ac |
EUC-JP | 阮千洸笏ャ | 11101111111101101100000011101001110111101010101111100011111101001000111010101100 | eff6c0e9deabe3f48eac |
UTF-8 | 阮千洸笏ャ | 111010011001100010101110111001011000110110000011111001101011010010111000111001111010110010001111111011111011110110101100 | e998aee58d83e6b4b8e7ac8fefbdac |
UHC | 阮千洸笏? | 111010001101011011110100101101101100111011001000111110111110111000111111 | e8d6f4b6cec8fbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)