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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | 飡飡[飡飡[^ | 100011111110100011001000100011111110100011001000010110111000111111101000110010001000111111101000110010000101101101011110 | 8fe8c88fe8c85b8fe8c88fe8c85b5e |
UTF-8 | 飡飡[飡飡[^ | 111010011010001110100001111010011010001110100001010110111110100110100011101000011110100110100011101000010101101101011110 | e9a3a1e9a3a15be9a3a1e9a3a15b5e |
UHC | 飡飡[飡飡[^ | 1110000111100010111000011110001001011011111000011110001011100001111000100101101101011110 | e1e2e1e25be1e2e1e25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)