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 | 肆牙卯 | 111000111110011010001001111001011000100101001011 | e3e689e5894b |
EUC-JP | 肆牙卯 | 111001101110100010110010111001111011000110101100 | e6e8b2e7b1ac |
UTF-8 | 肆牙卯 | 111010001000001010000110111001111000100110011001111001011000110110101111 | e88286e78999e58daf |
UHC | 肆牙卯 | 110111101110101111100100101100111101100111010110 | deebe4b3d9d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)