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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齋?? | 11100010010101100011111100111111 | e2563f3f |
EUC-JP | 齋?? | 11100011101101110011111100111111 | e3b73f3f |
UTF-8 | 齋얗꼭 | 111010011011110110001011111011001001011010010111111010101011110010101101 | e9bd8bec9697eabcad |
UHC | 齋얗꼭 | 111011101011000110111110111010011011001011000000 | eeb1bee9b2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)