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 | ?茗柯 | 0011111111100100101010101001111001101000 | 3fe4aa9e68 |
EUC-JP | 邶茗柯 | 10001111111000011111101011101000101011001101101111001001 | 8fe1fae8acdbc9 |
UTF-8 | 邶茗柯 | 111010011000001010110110111010001000110010010111111001101001111110101111 | e982b6e88c97e69faf |
UHC | ?茗柯 | 0011111111011001101010111100101010101111 | 3fd9abcaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)