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 | 秧??倭 | 111000100101111000111111001111111001100001100000 | e25e3f3f9860 |
EUC-JP | 秧??倭 | 111000111011111100111111001111111100111111000001 | e3bf3f3fcfc1 |
UTF-8 | 秧꾨쓷倭 | 111001111010011110100111111010101011111010101000111011001001001110110111111001011000000010101101 | e7a7a7eabea8ec93b7e580ad |
UHC | 秧꾨쓷倭 | 1110010011101011100001001110101110011101100101001110100011011110 | e4eb84eb9d94e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)