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 | 憶??苡 | 100010011010111100111111001111111110010010001111 | 89af3f3fe48f |
EUC-JP | 憶??苡 | 101100101011000100111111001111111110011111101111 | b2b13f3fe7ef |
UTF-8 | 憶귥옊苡 | 111001101000011010110110111010101011011110100101111011001001100010001010111010001000101110100001 | e686b6eab7a5ec988ae88ba1 |
UHC | 憶귥옊苡 | 1110010111100011100000101110110010011110100100101110110010111110 | e5e382ec9e92ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)