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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 倧???? | 10001111101100011101100100111111001111110011111100111111 | 8fb1d93f3f3f3f |
UTF-8 | 倧섧劉섄씐 | 111001011000000010100111111011001000010010100111111011111010011110000111111011001000010010000100111011001001010010010000 | e580a7ec84a7efa787ec8484ec9490 |
UHC | 倧섧劉섄씐 | 11110000111100101011110010110101111010101110010110111100101010011011111010111011 | f0f2bcb5eae5bca9bebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)