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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜑。辯ョ | 111001011000100110100001111001111000011110101110 | e589a1e787ae |
EUC-JP | 蜑。辯ョ | 1110100111101001100011101010000111101101111001111000111010101110 | e9e98ea1ede78eae |
UTF-8 | 蜑。辯ョ | 111010001001110010010001111011111011110110100001111010001011111010101111111011111011110110101110 | e89c91efbda1e8beafefbdae |
UHC | ??辯? | 0011111100111111110111001010101000111111 | 3f3fdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)