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 | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | 製?瀞??@B | 100100001011101100111111100100111101001000111111001111110100000001000010 | 90bb3f93d23f3f4042 |
EUC-JP | 製?瀞??@B | 110000001011110100111111110001101101010000111111001111110100000001000010 | c0bd3fc6d43f3f4042 |
UTF-8 | 製렩瀞펠긺@B | 1110100010100011101111011110101110100000101010011110011110000000100111101110110110001110101000001110101010111000101110100100000001000010 | e8a3bdeba0a9e7809eed8ea0eab8ba4042 |
UHC | 製렩瀞펠긺@B | 111100001011001010001110101101111110111111100111110001101110011110110001111001110100000001000010 | f0b28eb7efe7c6e7b1e74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)