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 | 爾磁汐 | 100011101010001010001110101001011000111010101100 | 8ea28ea58eac |
EUC-JP | 爾磁汐 | 101111001010010010111100101001111011110010101110 | bca4bca7bcae |
UTF-8 | 爾磁汐 | 111001111000100010111110111001111010001110000001111001101011000110010000 | e788bee7a381e6b190 |
UHC | 爾磁汐 | 111011001011001111101101101110001110000010110001 | ecb3edb8e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)