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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 形束\ | 1000110001100000100100011010100101011100 | 8c6091a95c |
EUC-JP | 形束\ | 1011011111000001110000101010101101011100 | b7c1c2ab5c |
UTF-8 | 形束\ | 11100101101111011010001011100110100111011001111101011100 | e5bda2e69d9f5c |
UHC | 形束\ | 1111101110100001111000011101011001011100 | fba1e1d65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)