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 | 鞦、鬧戊ョ | 1110100011100001101001001110100110100111100101011110100010101110 | e8e1a4e9a795e8ae |
EUC-JP | 鞦、鬧戊ョ | 11110000111000111000111010100100111100101010100111001010111010101000111010101110 | f0e38ea4f2a9caea8eae |
UTF-8 | 鞦、鬧戊ョ | 111010011001111010100110111011111011110110100100111010011010110010100111111001101000100010001010111011111011110110101110 | e99ea6efbda4e9aca7e6888aefbdae |
UHC | ??鬧戊? | 00111111001111111101011110100010110110011110011000111111 | 3f3fd7a2d9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)