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 | 荵滂ス錠夢 | 111001001011100110011111111011111011110110001111111110011001011010110010 | e4b99fefbd8ff996b2 |
EUC-JP | 荵滂ス錠夢 | 11101000101110111101111011110001100011101011110110111110111110111100110010110100 | e8bbdef18ebdbefbccb4 |
UTF-8 | 荵滂ス錠夢 | 111010001000110110110101111001101011101110000010111011111011110110111101111010011000110010100000111001011010010010100010 | e88db5e6bb82efbdbde98ca0e5a4a2 |
UHC | ?滂?錠夢 | 0011111111011011101101010011111111101111111111001101100111010011 | 3fdbb53feffcd9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)