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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤯훽咽쨴깊 | 111010111010010010101111111011011001101110111101111011111010011010011110111011001010100010110100111010101011100110001010 | eba4afed9bbdefa69eeca8b4eab98a |
UHC | 뤯훽咽쨴깊 | 10001111110111011100100011010010111001101110110010100100100011101011000111101101 | 8fddc8d2e6eca48eb1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)