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 | 駿?晳 | 1000111101111000001111111111101011011001 | 8f783ffad9 |
EUC-JP | 駿?晳 | 101111011101100100111111100011111100001011000100 | bdd93f8fc2c4 |
UTF-8 | 駿끔晳 | 111010011010011110111111111010111000000110010100111001101001100110110011 | e9a7bfeb8194e699b3 |
UHC | 駿끔晳 | 111100011110011110110010111110111110000010101111 | f1e7b2fbe0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)