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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??駿? | 0011111100111111100011110111100000111111 | 3f3f8f783f |
EUC-JP | 嫄?駿? | 10001111101110101010000100111111101111011101100100111111 | 8fbaa13fbdd93f |
UTF-8 | 嫄렏駿엔 | 111001011010101110000100111010111010000010001111111010011010011110111111111011001001011110010100 | e5ab84eba08fe9a7bfec9794 |
UHC | 嫄렏駿엔 | 1110101010110001100011101010010111110001111001111011111110100011 | eab18ea5f1e7bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)