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 | ?執棲 | 0011111110001110101101111001000010110001 | 3f8eb790b1 |
EUC-JP | ?執棲 | 0011111110111100101110011100000010110011 | 3fbcb9c0b3 |
UTF-8 | 뤹執棲 | 111010111010010010111001111001011001111110110111111001101010001110110010 | eba4b9e59fb7e6a3b2 |
UHC | 뤹執棲 | 100011111110011111110010111110111101111111111000 | 8fe7f2fbdff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)