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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 씩뤹쵌숫 | 111011001001010010101001111010111010010010111001111011001011010110001100111011001000100010101011 | ec94a9eba4b9ecb58cec88ab |
UHC | 씩뤹쵌숫 | 1011111010111111100011111110011110101100100011101011110011111101 | bebf8fe7ac8ebcfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)