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 | 展?紋 | 1001001101010111001111111001011011100100 | 93573f96e4 |
EUC-JP | 展?紋 | 1100010110111000001111111100110011100110 | c5b83fcce6 |
UTF-8 | 展꿴紋 | 111001011011000110010101111010101011111110110100111001111011010010001011 | e5b195eabfb4e7b48b |
UHC | 展꿴紋 | 111011101111011110110010111010011101101010100011 | eef7b2e9daa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)