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 | 駿?? | 10001111011110000011111100111111 | 8f783f3f |
EUC-JP | 駿?? | 10111101110110010011111100111111 | bdd93f3f |
UTF-8 | 駿렦롊 | 111010011010011110111111111010111010000010100110111010111010000110001010 | e9a7bfeba0a6eba18a |
UHC | 駿렦롊 | 111100011110011110001110101101011000111011010000 | f1e78eb58ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)