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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??恂??恂B | 001111110011111110011100100101100011111100111111100111001001011001000010 | 3f3f9c963f3f9c9642 |
EUC-JP | ??恂??恂B | 001111110011111111010111111101100011111100111111110101111111011001000010 | 3f3fd7f63f3fd7f642 |
UTF-8 | 롍렚恂롍렚恂B | 11101011101000011000110111101011101000001001101011100110100000011000001011101011101000011000110111101011101000001001101011100110100000011000001001000010 | eba18deba09ae68182eba18deba09ae6818242 |
UHC | 롍렚恂롍렚恂B | 10001110110100111000111010101101111000101110000110001110110100111000111010101101111000101110000101000010 | 8ed38eade2e18ed38eade2e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)