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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驥零倹尞州 | 11101001100001111001011111101011100011001001000011111010101010111000111101000010 | e98797eb8c90faab8f42 |
EUC-JP | 驥零倹尞州 | 1111000111100111110011101110110110110111111100001000111110111010111010111011110110100011 | f1e7ceedb7f08fbaebbda3 |
UTF-8 | 驥零倹尞州 | 111010011010100110100101111010011001101110110110111001011000000010111001111001011011000010011110111001011011011110011110 | e9a9a5e99bb6e580b9e5b09ee5b79e |
UHC | 驥零??州 | 1101000111001010110101101100001100111111001111111111000110110110 | d1cad6c33f3ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)