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 | 紜¢Ψ | 111000110100000110000001100100011000001110110101 | e341819183b5 |
EUC-JP | 紜¢Ψ | 111001011010001010100001111100011010011010110111 | e5a2a1f1a6b7 |
UTF-8 | 紜¢Ψ | 1110011110110100100111001110111110111111101000001100111010101000 | e7b49cefbfa0cea8 |
UHC | ?¢Ψ | 0011111110100001110010111010010111010111 | 3fa1cba5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)