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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 製?????~ | 1001000010111011001111110011111100111111001111110011111101111110 | 90bb3f3f3f3f3f7e |
EUC-JP | 製?勖?勖?~ | 110000001011110100111111100011111011001111101101001111111000111110110011111011010011111101111110 | c0bd3f8fb3ed3f8fb3ed3f7e |
UTF-8 | 製렩勖렢勖렢~ | 11101000101000111011110111101011101000001010100111100101100010111001011011101011101000001010001011100101100010111001011011101011101000001010001001111110 | e8a3bdeba0a9e58b96eba0a2e58b96eba0a27e |
UHC | 製렩勖렢勖렢~ | 11110000101100101000111010110111111010011110110110001110101100111110100111101101100011101011001101111110 | f0b28eb7e9ed8eb3e9ed8eb37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)