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 | 扈緬甄 | 111001111011101110010110110010011110000101001010 | e7bb96c9e14a |
EUC-JP | 扈緬甄 | 111011101011110111001100110010111110000110101011 | eebdcccbe1ab |
UTF-8 | 扈緬甄 | 111001101000100110001000111001111011011110101100111001111001010010000100 | e68988e7b7ace79484 |
UHC | 扈緬甄 | 111110111100001111011000111110111100110010110100 | fbc3d8fbccb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)