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 | ?O?Y]H | 001111110100111100111111010110010101110101001000 | 3f4f3f595d48 |
SJIS-WIN | ?O?Y]H | 001111110100111100111111010110010101110101001000 | 3f4f3f595d48 |
EUC-JP | ?O?Y]H | 001111110100111100111111010110010101110101001000 | 3f4f3f595d48 |
UTF-8 | 혪O혪Y]H | 11101101100110001010101001001111111011011001100010101010010110010101110101001000 | ed98aa4fed98aa595d48 |
UHC | 혪O혪Y]H | 1100001010010010010011111100001010010010010110010101110101001000 | c2924fc292595d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)