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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顏ア繧串ェ隰 | 11101000111110001011000111100011100000101000101111111000101010101110100010101100 | e8f8b1e3828bf8aae8ac |
EUC-JP | 顏ア繧串ェ隰 | 111100001111101010001110101100011110010111100010101101101111101010001110101010101111000010101110 | f0fa8eb1e5e2b6fa8eaaf0ae |
UTF-8 | 顏ア繧串ェ隰 | 111010011010000110001111111011111011110110110001111001111011100110100111111001001011100010110010111011111011110110101010111010011001101010110000 | e9a18fefbdb1e7b9a7e4b8b2efbdaae99ab0 |
UHC | ???串?? | 00111111001111110011111111001101111110100011111100111111 | 3f3f3fcdfa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)