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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 曄ε?曄ε?^ | 1001111001000000100000111100001100111111100111100100000010000011110000110011111101011110 | 9e4083c33f9e4083c33f5e |
EUC-JP | 曄ε?曄ε?^ | 1101101110100001101001101100010100111111110110111010000110100110110001010011111101011110 | dba1a6c53fdba1a6c53f5e |
UTF-8 | 曄ε쉑曄ε쉑^ | 1110011010011011100001001100111010110101111011001000100110010001111001101001101110000100110011101011010111101100100010011001000101011110 | e69b84ceb5ec8991e69b84ceb5ec89915e |
UHC | 曄ε쉑曄ε쉑^ | 11100111101001011010010111100101101111011010011111100111101001011010010111100101101111011010011101011110 | e7a5a5e5bda7e7a5a5e5bda75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)