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 | 堯??鹽? | 11101010100111110011111100111111111010100110010000111111 | ea9f3f3fea643f |
EUC-JP | 堯??鹽? | 11110100101000010011111100111111111100111100010100111111 | f4a13f3ff3c53f |
UTF-8 | 堯억슝鹽튲 | 111001011010000010101111111011001001011010110101111011001000101010011101111010011011100110111101111011011000101010110010 | e5a0afec96b5ec8a9de9b9bded8ab2 |
UHC | 堯억슝鹽튲 | 11101000111010111011111011101111101111011011100111100111101001001011101001100100 | e8ebbeefbdb9e7a4ba64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)