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 | 彧??嗽 | 111110101011100100111111001111111001101001110101 | fab93f3f9a75 |
EUC-JP | 彧??嗽 | 10001111101111001111111000111111001111111101001111010110 | 8fbcfe3f3fd3d6 |
UTF-8 | 彧잂年嗽 | 111001011011110110100111111011001001111010000010111011111010011010001110111001011001011110111101 | e5bda7ec9e82efa68ee597bd |
UHC | 彧잂年嗽 | 1110100111101110100111111110001011100110110001001110000111110101 | e9ee9fe2e6c4e1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)