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 | 琵?期 | 1001010011111010001111111000101011111010 | 94fa3f8afa |
EUC-JP | 琵?期 | 1100100011111100001111111011010011111100 | c8fc3fb4fc |
UTF-8 | 琵잎期 | 111001111001000010110101111011001001111010001110111001101001110010011111 | e790b5ec9e8ee69c9f |
UHC | 琵잎期 | 110111011111010111000000110110011101000110100010 | ddf5c0d9d1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)