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 | 猷??愛?? | 1001011101010001001111110011111110001000101001000011111100111111 | 97513f3f88a43f3f |
EUC-JP | 猷??愛?? | 1100110110110010001111110011111110110000101001100011111100111111 | cdb23f3fb0a63f3f |
UTF-8 | 猷뜻뎸愛곩띂 | 111001111000110010110111111010111001110010111011111010111000111010111000111001101000010010011011111010101011001110101001111010111001110110000010 | e78cb7eb9cbbeb8eb8e6849beab3a9eb9d82 |
UHC | 猷뜻뎸愛곩띂 | 111010111010001110110110111001101000100110001011111001001111000110000001111001011000110110111101 | eba3b6e6898be4f181e58dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)