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 | ?敦似¢ | 00111111100100111101011010001110100101111000000110010001 | 3f93d68e978191 |
EUC-JP | ?敦似¢ | 00111111110001101101100010111011111101111010000111110001 | 3fc6d8bbf7a1f1 |
UTF-8 | 렺敦似¢ | 111010111010000010111010111001101001010110100110111001001011110010111100111011111011111110100000 | eba0bae695a6e4bcbcefbfa0 |
UHC | 렺敦似¢ | 1000111011000010110101001100010011011110110001001010000111001011 | 8ec2d4c4dec4a1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)