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 | ?_? | 001111110101111100111111 | 3f5f3f |
SJIS-WIN | 咤_痿 | 1001101001000010010111111110000101111110 | 9a425fe17e |
EUC-JP | 咤_痿 | 1101001110100011010111111110000111011111 | d3a35fe1df |
UTF-8 | 咤_痿 | 11100101100100101010010001011111111001111001011110111111 | e592a45fe797bf |
UHC | 咤_? | 11110110111000110101111100111111 | f6e35f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)