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 | 縱??? | 1110001101110011001111110011111100111111 | e3733f3f3f |
EUC-JP | 縱??? | 1110010111010100001111110011111100111111 | e5d43f3f3f |
UTF-8 | 縱세念샴 | 111001111011100010110001111011001000010010111000111011111010011010100011111011001000001110110100 | e7b8b1ec84b8efa6a3ec83b4 |
UHC | 縱세念샴 | 1111000011111101101111001011110011100110111101101011110010100100 | f0fdbcbce6f6bca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)