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 | 鏑?憶?迪絲 | 10010011010011000011111110001001101011110011111111100111100011001110001101001110 | 934c3f89af3fe78ce34e |
EUC-JP | 鏑?憶?迪絲 | 11000101101011010011111110110010101100010011111111101101111011001110010110101111 | c5ad3fb2b13fedece5af |
UTF-8 | 鏑렭憶렖迪絲 | 111010011000111110010001111010111010000010101101111001101000011010110110111010111010000010010110111010001011111110101010111001111011010110110010 | e98f91eba0ade686b6eba096e8bfaae7b5b2 |
UHC | 鏑렭憶렖迪絲 | 111011101110101110001110101110101110010111100011100011101010101111101110111010001101111011101010 | eeeb8ebae5e38eabeee8deea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)