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 | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | 莵B赦鴫 | 11100100101101110100001010001110110011011000111010110000 | e4b7428ecd8eb0 |
EUC-JP | 莵B赦鴫 | 11101000101110010100001010111100110011111011110010110010 | e8b942bccfbcb2 |
UTF-8 | 莵B赦鴫 | 11101000100011101011010101000010111010001011010110100110111010011011010010101011 | e88eb542e8b5a6e9b4ab |
UHC | ?B赦? | 0011111101000010110111101111010100111111 | 3f42def53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)