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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 慫?質?h | 10011100110011110011111110001110101111110011111101101000 | 9ccf3f8ebf3f68 |
EUC-JP | 慫?質?h | 11011000110100010011111110111100110000010011111101101000 | d8d13fbcc13f68 |
UTF-8 | 慫성質세h | 11100110100001011010101111101100100001001011000111101000101100111010101011101100100001001011100001101000 | e685abec84b1e8b3aaec84b868 |
UHC | 慫성質세h | 111100001111011010111100101110101111001011110101101111001011110001101000 | f0f6bcbaf2f5bcbc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)