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 | 烝?耳?? | 11100000011111100011111110001110101010000011111100111111 | e07e3f8ea83f3f |
EUC-JP | 烝?耳?澐 | 110111111101111100111111101111001010101000111111100011111100100011101001 | dfdf3fbcaa3f8fc8e9 |
UTF-8 | 烝렮耳렞澐 | 111001111000001110011101111010111010000010101110111010001000000010110011111010111010000010011110111001101011111010010000 | e7839deba0aee880b3eba09ee6be90 |
UHC | 烝렮耳렞澐 | 11110001111101101000111010111011111011001011110010001110101011111110100111111010 | f1f68ebbecbc8eafe9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)