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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矣???? | 111000011110000100111111001111110011111100111111 | e1e13f3f3f3f |
EUC-JP | 矣???? | 111000101110001100111111001111110011111100111111 | e2e33f3f3f3f |
UTF-8 | 矣편렰렢뤋 | 111001111001111110100011111011011000111010111000111010111010000010110000111010111010000010100010111010111010010010001011 | e79fa3ed8eb8eba0b0eba0a2eba48b |
UHC | 矣편렰렢뤋 | 11101011111110001100011011101101100011101011110110001110101100111000111110111011 | ebf8c6ed8ebd8eb38fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)