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 | 只陌? | 1001000111111100111010001001100100111111 | 91fce8993f |
EUC-JP | 只陌? | 1100001011111110111011111111100100111111 | c2feeff93f |
UTF-8 | 只陌렏 | 111001011000111110101010111010011001100110001100111010111010000010001111 | e58faae9998ceba08f |
UHC | 只陌렏 | 111100011111111011011000111010001000111010100101 | f1fed8e88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)