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 | ?????靖 | 00111111001111110011111100111111001111111001011011110101 | 3f3f3f3f3f96f5 |
EUC-JP | ?????靖 | 00111111001111110011111100111111001111111100110011110111 | 3f3f3f3f3fccf7 |
UTF-8 | 룵쨵▣룵ㄱ靖 | 111010111010001110110101111011001010100010110101111000101001011010100011111010111010001110110101111000111000010010110001111010011001110110010110 | eba3b5eca8b5e296a3eba3b5e384b1e99d96 |
UHC | 룵쨵▣룵ㄱ靖 | 100011111010101010100100100011111010001011000011100011111010101010100100101000011110111111111110 | 8faaa48fa2c38faaa4a1effe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)