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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簓鞅 | 111000101100011111101000110101111111000011101000 | e2c7e8d7f0e8 |
EUC-JP | 簓鞅? | 1110010011001001111100001101100100111111 | e4c9f0d93f |
UTF-8 | 簓鞅 | 111001111011000010010011111010011001111010000101111011101000001010100111 | e7b093e99e85ee82a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)