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 | 賃?? | 10010010110000000011111100111111 | 92c03f3f |
EUC-JP | 賃?? | 11000100110000100011111100111111 | c4c23f3f |
UTF-8 | 賃먮텋 | 111010001011001110000011111010111010100010101110111011011000010110001011 | e8b383eba8aeed858b |
UHC | 賃먮텋 | 111011001111110010010000111010111011011010001000 | ecfc90ebb688 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)