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 | ゙ラ朎 | 11011110110101111111101011011111 | ded7fadf |
EUC-JP | ゙ラ朎 | 10001110110111101000111011010111100011111100001011110000 | 8ede8ed78fc2f0 |
UTF-8 | ゙ラ朎 | 111011111011111010011110111011111011111010010111111001101001110010001110 | efbe9eefbe97e69c8e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)