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 | 宵リ召「 | 1000111110101010110110001000111110100010111100001000111110100010 | 8faad88fa2f08fa2 |
EUC-JP | 宵リ召?「 | 101111101010110010001110110110001011111010100100001111111000111010100010 | beac8ed8bea43f8ea2 |
UTF-8 | 宵リ召「 | 111001011010111010110101111011111011111010011000111001011000111110101100111011101000000110001110111011111011110110100010 | e5aeb5efbe98e58facee818eefbda2 |
UHC | 宵?召?? | 11100001101100100011111111100001101011110011111100111111 | e1b23fe1af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)