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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 醤ネメス鴫 | 1000111111011101110010001101001011110000111011001011110110001110101100001111000111101000 | 8fddc8d2f0ecbd8eb0f1e8 |
EUC-JP | 醤ネメ?ス鴫? | 101111101101111110001110110010001000111011010010001111111000111010111101101111001011001000111111 | bedf8ec88ed23f8ebdbcb23f |
UTF-8 | 醤ネメス鴫 | 111010011000011010100100111011111011111010001000111011111011111010010010111011101000001010101011111011111011110110111101111010011011010010101011111011101000010110100011 | e986a4efbe88efbe92ee82abefbdbde9b4abee85a3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)