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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 「ッ。ラP | 1010001010101111101000011101011101010000 | a2afa1d750 |
EUC-JP | 「ッ。ラP | 100011101010001010001110101011111000111010100001100011101101011101010000 | 8ea28eaf8ea18ed750 |
UTF-8 | 「ッ。ラP | 11101111101111011010001011101111101111011010111111101111101111011010000111101111101111101001011101010000 | efbda2efbdafefbda1efbe9750 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)