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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??序コ? | 00111111001111111000111110011000100000110101001000111111 | 3f3f8f9883523f |
EUC-JP | ??序コ? | 00111111001111111011110111111000101001011011001100111111 | 3f3fbdf8a5b33f |
UTF-8 | 룶괌序コ룶 | 111010111010001110110110111010101011010010001100111001011011101010001111111000111000001010110011111010111010001110110110 | eba3b6eab48ce5ba8fe382b3eba3b6 |
UHC | 룶괌序コ룶 | 10001111101010111011000110100001110111111110110110101011101100111000111110101011 | 8fabb1a1dfedabb38fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)