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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 眩怐[眩怐[^ | 1110000110111111100111001000000101011011111000011011111110011100100000010101101101011110 | e1bf9c815be1bf9c815b5e |
EUC-JP | 眩怐[眩怐[^ | 1110001011000001110101111110000101011011111000101100000111010111111000010101101101011110 | e2c1d7e15be2c1d7e15b5e |
UTF-8 | 眩怐[眩怐[^ | 111001111001110010101001111001101000000010010000010110111110011110011100101010011110011010000000100100000101101101011110 | e79ca9e680905be79ca9e680905b5e |
UHC | 眩?[眩?[^ | 111110101101111100111111010110111111101011011111001111110101101101011110 | fadf3f5bfadf3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)