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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡倬摩讌顛 | 11101000100101001001100011101001100101101000000011100110101001011001001101011110 | e89498e99680e6a5935e |
EUC-JP | 阡倬摩讌顛 | 11101111111101001101000011101011110010111110000011101100101001111100010110111111 | eff4d0ebcbe0eca7c5bf |
UTF-8 | 阡倬摩讌顛 | 111010011001100010100001111001011000000010101100111001101001000110101001111010001010111010001100111010011010000110011011 | e998a1e580ace691a9e8ae8ce9a19b |
UHC | 阡倬摩?? | 1111010011000110111101101111000011011000101001000011111100111111 | f4c6f6f0d8a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)