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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 弴フ鮗シ] | 11111010101110001100110011101001101110101011110001011101 | fab8cce9babc5d |
EUC-JP | 弴フ鮗シ] | 10001111101111001110110110001110110011001111001010111100100011101011110001011101 | 8fbced8eccf2bc8ebc5d |
UTF-8 | 弴フ鮗シ] | 11100101101111001011010011101111101111101000110011101001101011101001011111101111101111011011110001011101 | e5bcb4efbe8ce9ae97efbdbc5d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)