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 | ???缸? | 001111110011111100111111111000111001110100111111 | 3f3f3fe39d3f |
EUC-JP | ???缸? | 001111110011111100111111111001011111110100111111 | 3f3f3fe5fd3f |
UTF-8 | 閱묐갭缸둆 | 111010011001011010110001111010111010110010010000111010101011000010101101111001111011110010111000111010111001000110000110 | e996b1ebac90eab0ade7bcb8eb9186 |
UHC | 閱묐갭缸둆 | 11100110111100111001000111101011101100001011100011111001111111001000101001000010 | e6f391ebb0b8f9fc8a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)