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 | 猷れ? | 1001011101010001100000101110101000111111 | 975182ea3f |
EUC-JP | 猷れ? | 1100110110110010101001001110110000111111 | cdb2a4ec3f |
UTF-8 | 猷れ쎔 | 111001111000110010110111111000111000001010001100111011001000111010010100 | e78cb7e3828cec8e94 |
UHC | 猷れ쎔 | 111010111010001110101010111011001001101110111011 | eba3aaec9bbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)