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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 驟器╋G | 11101001100001011000101011101101100001001011010001000111 | e9858aed84b447 |
EUC-JP | 驟器╋G | 11110001111001011011010011101111101010001011011001000111 | f1e5b4efa8b647 |
UTF-8 | 驟器╋G | 11101001101010011001111111100101100110011010100011100010100101011000101101000111 | e9a99fe599a8e2958b47 |
UHC | 驟器╋G | 11110110101011101101000011101111101001101011011001000111 | f6aed0efa6b647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)