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 | 莊水幻羯 | 1110010010110101100100001000010110001100101101101110001110111001 | e4b590858cb6e3b9 |
EUC-JP | 莊水幻羯 | 1110100010110111101111111110010110111000101110001110011010111011 | e8b7bfe5b8b8e6bb |
UTF-8 | 莊水幻羯 | 111010001000111010001010111001101011000010110100111001011011100110111011111001111011111010101111 | e88e8ae6b0b4e5b9bbe7beaf |
UHC | 莊水幻? | 11101101111101101110001010101001111111001011001100111111 | edf6e2a9fcb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)