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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?惟?? | 0011111110001000110100100011111100111111 | 3f88d23f3f |
EUC-JP | ?惟?? | 0011111110110000110101000011111100111111 | 3fb0d43f3f |
UTF-8 | 앉惟렡뤶 | 111011001001010110001001111001101000001110011111111010111010000010100001111010111010010010110110 | ec9589e6839feba0a1eba4b6 |
UHC | 앉惟렡뤶 | 1011111011001001111010101110111010001110101100101000111111100100 | bec9eaee8eb28fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)