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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???壓?? | 00111111001111110011111110011010110110000011111100111111 | 3f3f3f9ad83f3f |
EUC-JP | 旿??壓?? | 100011111100000111110100001111110011111111010100110110100011111100111111 | 8fc1f43f3fd4da3f3f |
UTF-8 | 旿녺뵾壓붹쭒 | 111001101001011110111111111010111000010110111010111010111011010110111110111001011010001110010011111010111011011010111001111011001010110110010010 | e697bfeb85baebb5bee5a393ebb6b9ecad92 |
UHC | 旿녺뵾壓붹쭒 | 111001111111101010000110111001111001010010111100111001001110001010010100111001101010011110001010 | e7fa86e794bce4e294e6a78a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)