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 | ???椅?? | 00111111001111110011111110001000110101100011111100111111 | 3f3f3f88d63f3f |
EUC-JP | 獒??椅?? | 100011111100101110111011001111110011111110110000110110000011111100111111 | 8fcbbb3f3fb0d83f3f |
UTF-8 | 獒붾맩椅뷸략 | 111001111000110110010010111010111011011010111110111010111010011110101001111001101010010010000101111010111011011110111000111010111001111010110101 | e78d92ebb6beeba7a9e6a485ebb7b8eb9eb5 |
UHC | 獒붾맩椅뷸략 | 111010001010001110010100111010111001000010110001111010111111010110111010111001101011011110101011 | e8a394eb90b1ebf5bae6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)