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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ?夭班?BF | 0011111110011010111011101001010011000111001111110100001001000110 | 3f9aee94c73f4246 |
EUC-JP | ?夭班?BF | 0011111111010100111100001100100011001001001111110100001001000110 | 3fd4f0c8c93f4246 |
UTF-8 | 뤚夭班춐BF | 1110101110100100100110101110010110100100101011011110011110001111101011011110110010110110100100000100001001000110 | eba49ae5a4ade78fadecb6904246 |
UHC | 뤚夭班춐BF | 10001111110010011110100011101100110110101110110010101101011011110100001001000110 | 8fc9e8ecdaecad6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)