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 | 憶??? | 1000100110101111001111110011111100111111 | 89af3f3f3f |
EUC-JP | 憶??墉 | 10110010101100010011111100111111100011111011100010111111 | b2b13f3f8fb8bf |
UTF-8 | 憶귛뀷墉 | 111001101000011010110110111010101011011110011011111010111000000010110111111001011010001010001001 | e686b6eab79beb80b7e5a289 |
UHC | 憶귛뀷墉 | 1110010111100011100000101110010110000101101011011110100110111010 | e5e382e585ade9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)