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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 。ャ。゙。ャ | 101000011010110010100001110111101010000110101100 | a1aca1dea1ac |
EUC-JP | 。ャ。゙。ャ | 100011101010000110001110101011001000111010100001100011101101111010001110101000011000111010101100 | 8ea18eac8ea18ede8ea18eac |
UTF-8 | 。ャ。゙。ャ | 111011111011110110100001111011111011110110101100111011111011110110100001111011111011111010011110111011111011110110100001111011111011110110101100 | efbda1efbdacefbda1efbe9eefbda1efbdac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)