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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | ラ鰛ヲ]H | 1101011111101001110110101010011011110011101010010101110101001000 | d7e9daa6f3a95d48 |
EUC-JP | ラ鰛ヲ?]H | 100011101101011111110010110111001000111010100110001111110101110101001000 | 8ed7f2dc8ea63f5d48 |
UTF-8 | ラ鰛ヲ]H | 1110111110111110100101111110100110110000100110111110111110111101101001101110111010001010100111000101110101001000 | efbe97e9b09befbda6ee8a9c5d48 |
UHC | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)