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 | 與?? | 11100100011011110011111100111111 | e46f3f3f |
EUC-JP | 與?˚ | 111001111101000000111111100011111010001010110110 | e7d03f8fa2b6 |
UTF-8 | 與잛˚ | 1110100010001000100001111110110010011110100110111100101110011010 | e88887ec9e9bcb9a |
UHC | 與잛˚ | 111001101010100010011111111011001010001010101010 | e6a89feca2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)