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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 第???H | 100100011110011000111111001111110011111101001000 | 91e63f3f3f48 |
EUC-JP | 第???H | 110000101110100000111111001111110011111101001000 | c2e83f3f3f48 |
UTF-8 | 第렞롊렗H | 11100111101011001010110011101011101000001001111011101011101000011000101011101011101000001001011101001000 | e7acaceba09eeba18aeba09748 |
UHC | 第렞롊렗H | 111100001010111110001110101011111000111011010000100011101010110001001000 | f0af8eaf8ed08eac48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)