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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 蟾ス菫怜゚ッE | 11100101101101111011110111100100101111111001011111100101110111111010111101000101 | e5b7bde4bf97e5dfaf45 |
EUC-JP | 蟾ス菫怜゚ッE | 11101010101110011000111010111101111010001100000111001110111001111000111011011111100011101010111101000101 | eab98ebde8c1cee78edf8eaf45 |
UTF-8 | 蟾ス菫怜゚ッE | 11101000100111111011111011101111101111011011110111101000100011111010101111100110100000001001110011101111101111101001111111101111101111011010111101000101 | e89fbeefbdbde88fabe6809cefbe9fefbdaf45 |
UHC | 蟾?菫怜??E | 11100000111010100011111111010000110010111101011010111011001111110011111101000101 | e0ea3fd0cbd6bb3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)