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 | 邯」轤惹抦 | 111001111011011010100011111001111000001010001110111001001111101011001000 | e7b6a3e7828ee4fac8 |
EUC-JP | 邯」轤惹抦 | 1110111010111000100011101010001111101101111000101011110011100110100011111011111111001001 | eeb88ea3ede2bce68fbfc9 |
UTF-8 | 邯」轤惹抦 | 111010011000001010101111111011111011110110100011111010001011110110100100111001101000001110111001111001101000101010100110 | e982afefbda3e8bda4e683b9e68aa6 |
UHC | 邯??惹? | 11001010111110110011111100111111111001011010100100111111 | cafb3f3fe5a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)