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 | 鈿エ蛻サ蠕塗 | 11100111111011011011010011100101100010001011101111100101101111101001001101101000 | e7edb4e588bbe5be9368 |
EUC-JP | 鈿エ蛻サ蠕塗 | 111011101110111110001110101101001110100111101000100011101011101111101010110000001100010111001001 | eeef8eb4e9e88ebbeac0c5c9 |
UTF-8 | 鈿エ蛻サ蠕塗 | 111010011000100010111111111011111011110110110100111010001001101110111011111011111011110110111011111010001010000010010101111001011010000110010111 | e988bfefbdb4e89bbbefbdbbe8a095e5a197 |
UHC | 鈿????塗 | 1110111110101111001111110011111100111111001111111101001111110011 | efaf3f3f3f3fd3f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)