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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 車痔m | 1000111011010100100011101010010001101101 | 8ed48ea46d |
EUC-JP | 車痔m | 1011110011010110101111001010011001101101 | bcd6bca66d |
UTF-8 | 車痔m | 11101000101110111000101011100111100101111001010001101101 | e8bb8ae797946d |
UHC | 車痔m | 1111001110110011111101101100000001101101 | f3b3f6c06d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)