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 | 濡?,濡 | 10010100010001110011111110000001010000111001010001000111 | 94473f81439447 |
EUC-JP | 濡?,濡 | 11000111101010000011111110100001101001001100011110101000 | c7a83fa1a4c7a8 |
UTF-8 | 濡붷,濡 | 111001101011111110100001111010111011011010110111111011111011110010001100111001101011111110100001 | e6bfa1ebb6b7efbc8ce6bfa1 |
UHC | 濡붷,濡 | 1110101110100001100101001110010110100011101011001110101110100001 | eba194e5a3aceba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)