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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 飮μ?h飮 | 1001111101011010100000111100101000111111011010001001111101011010 | 9f5a83ca3f689f5a |
EUC-JP | 飮μ?h飮 | 1101110110111011101001101100110000111111011010001101110110111011 | ddbba6cc3f68ddbb |
UTF-8 | 飮μ댎h飮 | 111010011010001110101110110011101011110011101011100011001000111001101000111010011010001110101110 | e9a3aecebceb8c8e68e9a3ae |
UHC | 飮μ댎h飮 | 111010111110011010100101111011001000100010110111011010001110101111100110 | ebe6a5ec88b768ebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)