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 | 愈ο? | 1001011011111010100000111100110100111111 | 96fa83cd3f |
EUC-JP | 愈ο? | 1100110011111100101001101100111100111111 | ccfca6cf3f |
UTF-8 | 愈ο퐦 | 1110011010000100100010001100111010111111111011011001000010100110 | e68488cebfed90a6 |
UHC | 愈ο퐦 | 111010101110111110100101111011111011110110001111 | eaefa5efbd8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)