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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 謐ァ逋「遑エ] | 11100110100011011010011111100111100110011010001011100111101000011011010001011101 | e68da7e799a2e7a1b45d |
EUC-JP | 謐ァ逋「遑エ] | 11101011111011011000111010100111111011011111100110001110101000101110111010100011100011101011010001011101 | ebed8ea7edf98ea2eea38eb45d |
UTF-8 | 謐ァ逋「遑エ] | 11101000101011001001000011101111101111011010011111101001100000001000101111101111101111011010001011101001100000011001000111101111101111011011010001011101 | e8ac90efbda7e9808befbda2e98191efbdb45d |
UHC | 謐?逋?遑?] | 11011010110011010011111111111000111001110011111111111100110110100011111101011101 | dacd3ff8e73ffcda3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)