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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 吩h吩 | 1001100111100100011010001001100111100100 | 99e46899e4 |
EUC-JP | 吩h吩 | 1101001011100110011010001101001011100110 | d2e668d2e6 |
UTF-8 | 吩h吩 | 11100101100100001010100101101000111001011001000010101001 | e590a968e590a9 |
UHC | 吩h吩 | 1101110111000011011010001101110111000011 | ddc368ddc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)