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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ? 于BF | 00111111100000010100000010011000101100000100001001000110 | 3f814098b04246 |
EUC-JP | ? 于BF | 00111111101000011010000111010000101100100100001001000110 | 3fa1a1d0b24246 |
UTF-8 | 뤻 于BF | 1110101110100100101110111110001110000000100000001110010010111010100011100100001001000110 | eba4bbe38080e4ba8e4246 |
UHC | 뤻 于BF | 1000111111101001101000011010000111101001110011010100001001000110 | 8fe9a1a1e9cd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)