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 | 豁ェ繧鞘奓郢 | 1110011010101101101010101110001110000010100011111110001011111010101000001110011110111001 | e6adaae3828fe2faa0e7b9 |
EUC-JP | 豁ェ繧鞘奓郢 | 11101100101011111000111010101010111001011110001010111110111001001000111110111000111101011110111010111011 | ecaf8eaae5e2bee48fb8f5eebb |
UTF-8 | 豁ェ繧鞘奓郢 | 111010001011000110000001111011111011110110101010111001111011100110100111111010011001111010011000111001011010010110010011111010011000001110100010 | e8b181efbdaae7b9a7e99e98e5a593e983a2 |
UHC | 豁????? | 11111100110000110011111100111111001111110011111100111111 | fcc33f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)