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 | ???堊?? | 00111111001111110011111110011010101111110011111100111111 | 3f3f3f9abf3f3f |
EUC-JP | ???堊?? | 00111111001111110011111111010100110000010011111100111111 | 3f3f3fd4c13f3f |
UTF-8 | 遼⒵쫲堊쏂뎨 | 111011111010011110000011111000101001001010110101111011001010101110110010111001011010000010001010111011001000111110000010111010111000111010101000 | efa783e292b5ecabb2e5a08aec8f82eb8ea8 |
UHC | 遼⒵쫲堊쏂뎨 | 111010011010110010101001111001101010011010001010111001001011111010011011111010001011010110110011 | e9aca9e6a68ae4be9be8b5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)