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 | 氈雁濤 | 100111111000000110001010111001011001111110110111 | 9f818ae59fb7 |
EUC-JP | 氈雁濤 | 110111011110000110110100111001111101111010111001 | dde1b4e7deb9 |
UTF-8 | 氈雁濤 | 111001101011000010001000111010011001101110000001111001101011111110100100 | e6b088e99b81e6bfa4 |
UHC | 氈雁濤 | 111011101111110111100100110100101101010010100110 | eefde4d2d4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)