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 | 豸ャ隴伜赶 | 1110011010110110101011001110100010101101100110001110010111110110100001111111101110110000 | e6b6ace8ad98e5f687fbb0 |
EUC-JP | 豸ャ隴伜?? | 11101100101110001000111010101100111100001010111111010000111001110011111100111111 | ecb88eacf0afd0e73f3f |
UTF-8 | 豸ャ隴伜赶 | 111010001011000110111000111011111011110110101100111010011001101010110100111001001011110010011100111011101001001010101110111010001011010110110110 | e8b1b8efbdace99ab4e4bc9cee92aee8b5b6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)