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 | 魘滄囗蟇ョ魘 | 1110100110110100100111111110100110011010100110001110010110101111101011101110100110110100 | e9b49fe99a98e5afaee9b4 |
EUC-JP | 魘滄囗蟇ョ魘 | 111100101011011011011110111010111101001111111000111010101011000110001110101011101111001010110110 | f2b6deebd3f8eab18eaef2b6 |
UTF-8 | 魘滄囗蟇ョ魘 | 111010011010110110011000111001101011101110000100111001011001101110010111111010001001111110000111111011111011110110101110111010011010110110011000 | e9ad98e6bb84e59b97e89f87efbdaee9ad98 |
UHC | ?滄???? | 00111111111100111110011100111111001111110011111100111111 | 3ff3e73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)