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 | 簇竭??異 | 1110001011000110111000101001000100111111001111111000100011011001 | e2c6e2913f3f88d9 |
EUC-JP | 簇竭??異 | 1110010011001000111000111111000100111111001111111011000011011011 | e4c8e3f13f3fb0db |
UTF-8 | 簇竭렲렞異 | 111001111011000010000111111001111010101110101101111010111010000010110010111010111010000010011110111001111001010110110000 | e7b087e7abadeba0b2eba09ee795b0 |
UHC | 簇竭렲렞異 | 11110000111010101100101011100110100011101011111110001110101011111110110010110110 | f0eacae68ebf8eafecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)