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 | 丞됮꽙輦 | 111001001011100010011110111010111001000010101110111010101011110110011001111011111010011010011000 | e4b89eeb90aeeabd99efa698 |
UHC | 丞됮꽙輦 | 1110001110101010100010011110100110000100101010001110011011100100 | e3aa89e984a8e6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)