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 | 阮千洸謔ェ隰 | 1110100010010110100100001110011110011111101010011110011010000010101010101110100010101100 | e89690e79fa9e682aae8ac |
EUC-JP | 阮千洸謔ェ隰 | 111011111111011011000000111010011101111010101011111010111110001010001110101010101111000010101110 | eff6c0e9deabebe28eaaf0ae |
UTF-8 | 阮千洸謔ェ隰 | 111010011001100010101110111001011000110110000011111001101011010010111000111010001010110010010100111011111011110110101010111010011001101010110000 | e998aee58d83e6b4b8e8ac94efbdaae99ab0 |
UHC | 阮千洸謔?? | 11101000110101101111010010110110110011101100100011111001110011000011111100111111 | e8d6f4b6cec8f9cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)