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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????第? | 00111111001111110011111100111111100100011110011000111111 | 3f3f3f3f91e63f |
EUC-JP | 釪???第? | 100011111110001110101101001111110011111100111111110000101110100000111111 | 8fe3ad3f3f3fc2e83f |
UTF-8 | 釪렟履렓第렗 | 111010011000011110101010111010111010000010011111111011111010011110011111111010111010000010010011111001111010110010101100111010111010000010010111 | e987aaeba09fefa79feba093e7acaceba097 |
UHC | 釪렟履렓第렗 | 111010011110100110001110101100001110110010101010100011101010100011110000101011111000111010101100 | e9e98eb0ecaa8ea8f0af8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)