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 | 淡端臓息 | 1001001001010111100100100101101110010001100111111001000110100111 | 9257925b919f91a7 |
EUC-JP | 淡端臓息 | 1100001110111000110000111011110011000010101000011100001010101001 | c3b8c3bcc2a1c2a9 |
UTF-8 | 淡端臓息 | 111001101011011110100001111001111010101110101111111010001000011110010011111001101000000110101111 | e6b7a1e7abafe88793e681af |
UHC | 淡端?息 | 11010011101111111101001110101110001111111110001111010011 | d3bfd3ae3fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)