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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 丞??? | 1000111111100101001111110011111100111111 | 8fe53f3f3f |
EUC-JP | 丞??? | 1011111011100111001111110011111100111111 | bee73f3f3f |
UTF-8 | 丞됮꽗黎 | 111001001011100010011110111010111001000010101110111010101011110110010111111011111010011010001001 | e4b89eeb90aeeabd97efa689 |
UHC | 丞됮꽗黎 | 1110001110101010100010011110100110000100101001101110011010110001 | e3aa89e984a6e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)