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 | 摯?い?壓 | 1001110110010101001111111000001010100010001111111001101011011000 | 9d953f82a23f9ad8 |
EUC-JP | 摯?い?壓 | 1101100111110101001111111010010010100100001111111101010011011010 | d9f53fa4a43fd4da |
UTF-8 | 摯퀭い렫壓 | 111001101001000110101111111011011000000010101101111000111000000110000100111010111010000010101011111001011010001110010011 | e691afed80ade38184eba0abe5a393 |
UHC | 摯퀭い렫壓 | 11110010101001111100010011111010101010101010010010001110101110011110010011100010 | f2a7c4faaaa48eb9e4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)