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 | 虎?旨?? | 10001100110101010011111110001110011111000011111100111111 | 8cd53f8e7c3f3f |
EUC-JP | 虎?旨?? | 10111000110101110011111110111011110111010011111100111111 | b8d73fbbdd3f3f |
UTF-8 | 虎렒旨곁렩 | 111010001001100110001110111010111010000010010010111001101001011110101000111010101011001110000001111010111010000010101001 | e8998eeba092e697a8eab381eba0a9 |
UHC | 虎렒旨곁렩 | 11111011110110111000111010100111111100101010100110110000111001111000111010110111 | fbdb8ea7f2a9b0e78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)