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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??┸^ | 0011111100111111100001001011110101011110 | 3f3f84bd5e |
EUC-JP | 濚?┸^ | 10001111110010011010000100111111101010001011111101011110 | 8fc9a13fa8bf5e |
UTF-8 | 濚뱄┸^ | 11100110101111111001101011101011101100011000010011100010100101001011100001011110 | e6bf9aebb184e294b85e |
UHC | 濚뱄┸^ | 11100111101110011011100111101111101001101011111101011110 | e7b9b9efa6bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)