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 | 籥欠少 | 111000101101111010001100100001111000111110101101 | e2de8c878fad |
EUC-JP | 籥欠少 | 111001001110000010110111111001111011111010101111 | e4e0b7e7beaf |
UTF-8 | 籥欠少 | 111001111011000110100101111001101010110010100000111001011011000010010001 | e7b1a5e6aca0e5b091 |
UHC | ?欠少 | 0011111111111101111000101110000110110100 | 3ffde2e1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)