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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灼蒔謝嫉 | 1000111011011100100011101010101010001110110100111000111010111001 | 8edc8eaa8ed38eb9 |
EUC-JP | 灼蒔謝嫉 | 1011110011011110101111001010110010111100110101011011110010111011 | bcdebcacbcd5bcbb |
UTF-8 | 灼蒔謝嫉 | 111001111000000110111100111010001001001010010100111010001010110010011101111001011010101110001001 | e781bce89294e8ac9de5ab89 |
UHC | 灼蒔謝嫉 | 1110110111000111111000111100100011011110111100111111001011101100 | edc7e3c8def3f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)