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 | 熱???? | 100101000100110100111111001111110011111100111111 | 944d3f3f3f3f |
EUC-JP | 熱??瑗? | 1100011110101110001111110011111110001111110011001100000000111111 | c7ae3f3f8fccc03f |
UTF-8 | 熱듬슡瑗긧 | 111001111000011010110001111010111001001110101100111011001000101010100001111001111001000110010111111010101011100010100111 | e786b1eb93acec8aa1e79197eab8a7 |
UHC | 熱듬슡瑗긧 | 11100110111100001011010111101011100110101010110111101010101111001000001101101011 | e6f0b5eb9aadeabc836b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)