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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 增牙・ォ | 111110101001110110001001111001011010010110101011 | fa9d89e5a5ab |
EUC-JP | ?牙・ォ | 00111111101100101110011110001110101001011000111010101011 | 3fb2e78ea58eab |
UTF-8 | 增牙・ォ | 111001011010001010011110111001111000100110011001111011111011110110100101111011111011110110101011 | e5a29ee78999efbda5efbdab |
UHC | 增牙?? | 111100011111001011100100101100110011111100111111 | f1f2e4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)