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 | 要ο? | 1001011101110110100000111100110100111111 | 977683cd3f |
EUC-JP | 要ο? | 1100110111010111101001101100111100111111 | cdd7a6cf3f |
UTF-8 | 要ο쉭 | 1110100010100110100000011100111010111111111011001000100110101101 | e8a681cebfec89ad |
UHC | 要ο쉭 | 111010011010100110100101111011111011110110101101 | e9a9a5efbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)