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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 熱???〓? | 1001010001001101001111110011111100111111100000011010110000111111 | 944d3f3f3f81ac3f |
EUC-JP | 熱??縕〓? | 11000111101011100011111100111111100011111101010011000010101000101010111000111111 | c7ae3f3f8fd4c2a2ae3f |
UTF-8 | 熱뗫젩縕〓젨 | 111001111000011010110001111010111001011110101011111011001010000010101001111001111011100010010101111000111000000010010011111011001010000010101000 | e786b1eb97abeca0a9e7b895e38093eca0a8 |
UHC | 熱뗫젩縕〓젨 | 111001101111000010001011111010111010000010100001111010001011001010100001111010111010000010100000 | e6f08beba0a1e8b2a1eba0a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)