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 | 豈ャ豈ャ逵В | 11100110101011111010110011100110101011111010110011100111100111001000010001000010 | e6aface6aface79c8442 |
EUC-JP | 豈ャ豈ャ逵В | 111011001011000110001110101011001110110010110001100011101010110011101101111111001010011110100011 | ecb18eacecb18eacedfca7a3 |
UTF-8 | 豈ャ豈ャ逵В | 1110100010110001100010001110111110111101101011001110100010110001100010001110111110111101101011001110100110000000101101011101000010010010 | e8b188efbdace8b188efbdace980b5d092 |
UHC | 豈?豈?逵В | 11010001110000100011111111010001110000100011111111010000101100001010110010100011 | d1c23fd1c23fd0b0aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)