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 | 熱???? | 110001111010111000111111001111110011111100111111 | c7ae3f3f3f3f |
UTF-8 | 熱듭늸履잹 | 111001111000011010110001111010111001001110101101111010111000101010111000111011111010011110011111111011001001111010111001 | e786b1eb93adeb8ab8efa79fec9eb9 |
UHC | 熱듭늸履잹 | 11100110111100001011010111101100100010001000000111101100101010101010000001000010 | e6f0b5ec8881ecaaa042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)