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 | 謝嫉獨赦鴫 | 10001110110100111000111010111001111000001101010110001110110011011000111010110000 | 8ed38eb9e0d58ecd8eb0 |
EUC-JP | 謝嫉獨赦鴫 | 10111100110101011011110010111011111000001101011110111100110011111011110010110010 | bcd5bcbbe0d7bccfbcb2 |
UTF-8 | 謝嫉獨赦鴫 | 111010001010110010011101111001011010101110001001111001111000110110101000111010001011010110100110111010011011010010101011 | e8ac9de5ab89e78da8e8b5a6e9b4ab |
UHC | 謝嫉獨赦? | 110111101111001111110010111011001101010010111100110111101111010100111111 | def3f2ecd4bcdef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)