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 | 葆劫Σ | 111001001101110010001101100001011000001110110000 | e4dc8d8583b0 |
EUC-JP | 葆劫Σ | 111010001101111010111001111001011010011010110010 | e8deb9e5a6b2 |
UTF-8 | 葆劫Σ | 1110100010010001100001101110010110001010101010111100111010100011 | e89186e58aabcea3 |
UHC | ?劫Σ | 0011111111001100101001001010010111010010 | 3fcca4a5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)