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 | 褫芽丑 | 111001011111001110001001111010001000100101001110 | e5f389e8894e |
EUC-JP | 褫芽丑 | 111010101111010110110010111010101011000110101111 | eaf5b2eab1af |
UTF-8 | 褫芽丑 | 111010001010010010101011111010001000101010111101111001001011100010010001 | e8a4abe88abde4b891 |
UHC | ?芽丑 | 0011111111100100101101001111010111100100 | 3fe4b4f5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)