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 | 巡?數 | 1000111110000100001111111001110111001001 | 8f843f9dc9 |
EUC-JP | 巡?數 | 1011110111100100001111111101101011001011 | bde43fdacb |
UTF-8 | 巡섑數 | 111001011011011110100001111011001000010010010001111001101001010110111000 | e5b7a1ec8491e695b8 |
UHC | 巡섑數 | 111000101101111010011000111011011110001010100110 | e2de98ede2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)