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 | 品?旭? | 100101010110100100111111100010001010111000111111 | 95693f88ae3f |
EUC-JP | 品?旭? | 110010011100101000111111101100001011000000111111 | c9ca3fb0b03f |
UTF-8 | 品렲旭렩 | 111001011001001110000001111010111010000010110010111001101001011110101101111010111010000010101001 | e59381eba0b2e697adeba0a9 |
UHC | 品렲旭렩 | 1111100110100001100011101011111111101001111011111000111010110111 | f9a18ebfe9ef8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)