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 | 額??揄? | 10001010011110100011111100111111100111011000100100111111 | 8a7a3f3f9d893f |
EUC-JP | 額??揄? | 10110011110110110011111100111111110110011110100100111111 | b3db3f3fd9e93f |
UTF-8 | 額곗뇳揄덨 | 111010011010000110001101111010101011001110010111111010111000011110110011111001101000111110000100111010111000110110101000 | e9a18deab397eb87b3e68f84eb8da8 |
UHC | 額곗뇳揄덨 | 11100100111111101011000011101100100001111001011111101010111100011000100101000010 | e4feb0ec8797eaf18942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)