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 | ???絶?5 | 0011111100111111001111111001000011100010001111111000001001010100 | 3f3f3f90e23f8254 |
EUC-JP | 獒??絶?5 | 10001111110010111011101100111111001111111100000011100100001111111010001110110101 | 8fcbbb3f3fc0e43fa3b5 |
UTF-8 | 獒듸슉絶됭5 | 111001111000110110010010111010111001001110111000111011001000101010001001111001111011010110110110111010111001000010101101111011111011110010010101 | e78d92eb93b8ec8a89e7b5b6eb90adefbc95 |
UHC | 獒듸슉絶됭5 | 111010001010001110110101111011111011110110110101111011111011111010001001111010001010001110110101 | e8a3b5efbdb5efbe89e8a3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)