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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陷雁幕 | 111010001001110010001010111001011001011010001011 | e89c8ae5968b |
EUC-JP | 陷雁幕 | 111011111111110010110100111001111100101111101011 | effcb4e7cbeb |
UTF-8 | 陷雁幕 | 111010011001100110110111111010011001101110000001111001011011100110010101 | e999b7e99b81e5b995 |
UHC | 陷雁幕 | 111110011110100011100100110100101101100010101101 | f9e8e4d2d8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)