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 | 糊肯? | 1000110011010000100011010110110100111111 | 8cd08d6d3f |
EUC-JP | 糊肯雯 | 10111000110100101011100111001110100011111110011011111011 | b8d2b9ce8fe6fb |
UTF-8 | 糊肯雯 | 111001111011001110001010111010001000001010101111111010011001101110101111 | e7b38ae882afe99baf |
UHC | 糊肯雯 | 111110111101010111010000111010011101101010100111 | fbd5d0e9daa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)