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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 闢∬屁\ | 11101000100100111000000111101000100110111001101101011100 | e89381e89b9b5c |
EUC-JP | 闢∬屁\ | 11101111111100111010001011101010110101011111101101011100 | eff3a2ead5fb5c |
UTF-8 | 闢∬屁\ | 11101001100101111010001011100010100010001010110011100101101100011000000101011100 | e997a2e288ace5b1815c |
UHC | 闢∬?\ | 110111001010001110100001111100110011111101011100 | dca3a1f33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)