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 | 製?紆?窪 | 1001000010111011001111111110001011111100001111111000110001000101 | 90bb3fe2fc3f8c45 |
EUC-JP | 製?紆?窪 | 1100000010111101001111111110010011111110001111111011011110100110 | c0bd3fe4fe3fb7a6 |
UTF-8 | 製렩紆렣窪 | 111010001010001110111101111010111010000010101001111001111011010010000110111010111010000010100011111001111010101010101010 | e8a3bdeba0a9e7b486eba0a3e7aaaa |
UHC | 製렩紆렣窪 | 11110000101100101000111010110111111010011110000110001110101101001110100011000001 | f0b28eb7e9e18eb4e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)