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 | 驛、鬧戊ョ | 1110100110000011101001001110100110100111100101011110100010101110 | e983a4e9a795e8ae |
EUC-JP | 驛、鬧戊ョ | 11110001111000111000111010100100111100101010100111001010111010101000111010101110 | f1e38ea4f2a9caea8eae |
UTF-8 | 驛、鬧戊ョ | 111010011010100110011011111011111011110110100100111010011010110010100111111001101000100010001010111011111011110110101110 | e9a99befbda4e9aca7e6888aefbdae |
UHC | 驛?鬧戊? | 1110011010111110001111111101011110100010110110011110011000111111 | e6be3fd7a2d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)