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 | 簷站煖 | 111000101101000111100010100010111110000010001011 | e2d1e28be08b |
EUC-JP | 簷站煖 | 111001001101001111100011111010111101111111101011 | e4d3e3ebdfeb |
UTF-8 | 簷站煖 | 111001111011000010110111111001111010101110011001111001111000010110010110 | e7b0b7e7ab99e78596 |
UHC | ?站煖 | 0011111111110011110101111101000111101110 | 3ff3d7d1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)