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 | 證??? | 1110011010011010001111110011111100111111 | e69a3f3f3f |
EUC-JP | 證??? | 1110101111111010001111110011111100111111 | ebfa3f3f3f |
UTF-8 | 證블윅뤋 | 111010001010110110001001111010111011100010010100111011001001110010000101111010111010010010001011 | e8ad89ebb894ec9c85eba48b |
UHC | 證블윅뤋 | 1111000111111011101110101110110111000000101010001000111110111011 | f1fbbaedc0a88fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)