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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??衿???^ | 0011111100111111100010111101110000111111001111110011111101011110 | 3f3f8bdc3f3f3f5e |
EUC-JP | ??衿??芩^ | 00111111001111111011011011011110001111110011111110001111110101111100001101011110 | 3f3fb6de3f3f8fd7c35e |
UTF-8 | 앤뤻衿앤뤻芩^ | 11101100100101011010010011101011101001001011101111101000101000011011111111101100100101011010010011101011101001001011101111101000100010101010100101011110 | ec95a4eba4bbe8a1bfec95a4eba4bbe88aa95e |
UHC | 앤뤻衿앤뤻芩^ | 10111110110110001000111111101001110100001101101110111110110110001000111111101001110100001101100101011110 | bed88fe9d0dbbed88fe9d0d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)