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 | ?岳收 | 0011111110001010011110001001110110111110 | 3f8a789dbe |
EUC-JP | ?岳收 | 0011111110110011110110011101101011000000 | 3fb3d9dac0 |
UTF-8 | 섹岳收 | 111011001000010010111001111001011011001010110011111001101001010010110110 | ec84b9e5b2b3e694b6 |
UHC | 섹岳收 | 101111001011110111100100101111111110001010100101 | bcbde4bfe2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)