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 | 遠?? | 10001001100100110011111100111111 | 89933f3f |
EUC-JP | 遠?? | 10110001111100110011111100111111 | b1f33f3f |
UTF-8 | 遠곌말 | 111010011000000110100000111010101011001110001100111010111010011110010000 | e981a0eab38ceba790 |
UHC | 遠곌말 | 111010101100000010110000111010101011100010111011 | eac0b0eab8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)