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 | 豸碁汕蔗 | 1110011010110110100011001110100110011111100010001110010011110010 | e6b68ce99f88e4f2 |
EUC-JP | 豸碁汕蔗 | 1110110010111000101110001110101111011101111010001110100011110100 | ecb8b8ebdde8e8f4 |
UTF-8 | 豸碁汕蔗 | 111010001011000110111000111001111010001010000001111001101011000110010101111010001001010010010111 | e8b1b8e7a281e6b195e89497 |
UHC | ?碁汕蔗 | 00111111110100011011001111011111101001011110110110111101 | 3fd1b3dfa5edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)