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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 饒⑨?^ | 111010010110000010000111010010000011111101011110 | e96087483f5e |
EUC-JP | 饒??^ | 1111000111000001001111110011111101011110 | f1c13f3f5e |
UTF-8 | 饒⑨쉑^ | 11101001101001011001001011100010100100011010100011101100100010011001000101011110 | e9a592e291a8ec89915e |
UHC | 饒⑨쉑^ | 11101001101011101010100011101111101111011010011101011110 | e9aea8efbda75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)