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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 虞?う? | 100010111111000100111111100000101010010000111111 | 8bf13f82a43f |
EUC-JP | 虞?う? | 101101101111001100111111101001001010011000111111 | b6f33fa4a63f |
UTF-8 | 虞퀭う렎 | 111010001001100110011110111011011000000010101101111000111000000110000110111010111010000010001110 | e8999eed80ade38186eba08e |
UHC | 虞퀭う렎 | 1110100111100101110001001111101010101010101001101000111010100100 | e9e5c4faaaa68ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)