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 | 秧??瑜ε? | 111000100101111000111111001111111110000011101111100000111100001100111111 | e25e3f3fe0ef83c33f |
EUC-JP | 秧??瑜ε? | 111000111011111100111111001111111110000011110001101001101100010100111111 | e3bf3f3fe0f1a6c53f |
UTF-8 | 秧곴퉷瑜ε뛻 | 1110011110100111101001111110101010110011101101001110110110001001101101111110011110010001100111001100111010110101111010111001101110111011 | e7a7a7eab3b4ed89b7e7919cceb5eb9bbb |
UHC | 秧곴퉷瑜ε뛻 | 111001001110101110000001111010101011100110001111111010111010010110100101111001011000110110000001 | e4eb81eab98feba5a5e58d81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)