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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??┸ | 00111111001111111000010010111101 | 3f3f84bd |
EUC-JP | 薏?┸ | 100011111101100111011110001111111010100010111111 | 8fd9de3fa8bf |
UTF-8 | 薏⑼┸ | 111010001001011010001111111000101001000110111100111000101001010010111000 | e8968fe291bce294b8 |
UHC | 薏⑼┸ | 111010111111101110101001111011111010011010111111 | ebfba9efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)