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 | 芦??競? | 10001000101100000011111100111111100010111010001100111111 | 88b03f3f8ba33f |
EUC-JP | 芦??競? | 10110000101100100011111100111111101101101010010100111111 | b0b23f3fb6a53f |
UTF-8 | 芦잴렑競렲 | 111010001000101010100110111011001001111010110100111010111010000010010001111001111010101110110110111010111010000010110010 | e88aa6ec9eb4eba091e7abb6eba0b2 |
UHC | 芦잴렑競렲 | 11111011110110001100000011101010100011101010011011001100111001101000111010111111 | fbd8c0ea8ea6cce68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)