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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?耀\ | 00111111100101110111001101011100 | 3f97735c |
EUC-JP | ?耀\ | 00111111110011011101010001011100 | 3fcdd45c |
UTF-8 | 읩耀\ | 11101100100111011010100111101000100000001000000001011100 | ec9da9e880805c |
UHC | 읩耀\ | 1001111111010000111010011010010101011100 | 9fd0e9a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)