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 | 翁???楓 | 10001001101001010011111100111111001111111001010110010110 | 89a53f3f3f9596 |
EUC-JP | 翁?勖?楓 | 101100101010011100111111100011111011001111101101001111111100100111110110 | b2a73f8fb3ed3fc9f6 |
UTF-8 | 翁렫勖렢楓 | 111001111011111110000001111010111010000010101011111001011000101110010110111010111010000010100010111001101010010110010011 | e7bf81eba0abe58b96eba0a2e6a593 |
UHC | 翁렫勖렢楓 | 11101000101110101000111010111001111010011110110110001110101100111111100110100011 | e8ba8eb9e9ed8eb3f9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)