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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?m?夷?? | 0011111110000010100011010011111110001000110011100011111100111111 | 3f828d3f88ce3f3f |
EUC-JP | ?m?夷?? | 0011111110100011111011010011111110110000110100000011111100111111 | 3fa3ed3fb0d03f3f |
UTF-8 | 淋m슜夷됱껨 | 111011111010011110110101111011111011110110001101111011001000101010011100111001011010010010110111111010111001000010110001111010101011101110101000 | efa7b5efbd8dec8a9ce5a4b7eb90b1eabba8 |
UHC | 淋m슜夷됱껨 | 111011001111100010100011111011011001101010101001111011001010100010001001111011001011001010110101 | ecf8a3ed9aa9eca889ecb2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)