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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??忽 | 00111111001111111000110110011010 | 3f3f8d9a |
EUC-JP | ??忽 | 00111111001111111011100111111010 | 3f3fb9fa |
UTF-8 | 롎렯忽 | 111010111010000110001110111010111010000010101111111001011011111110111101 | eba18eeba0afe5bfbd |
UHC | 롎렯忽 | 100011101101010010001110101111001111101111101100 | 8ed48ebcfbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)