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 | H¨¶H | 1001001001001000100100011010100010010001101101101001001001001000 | 924891a891b69248 |
SJIS-WIN | ?H?¨?¶?H | 00111111010010000011111110000001010011100011111110000001111101110011111101001000 | 3f483f814e3f81f73f48 |
EUC-JP | ?H?¨?¶?H | 00111111010010000011111110100001101011110011111110100010111110010011111101001000 | 3f483fa1af3fa2f93f48 |
UTF-8 | H¨¶H | 1100001010010010010010001100001010010001110000101010100011000010100100011100001010110110110000101001001001001000 | c29248c291c2a8c291c2b6c29248 |
UHC | ?H?¨?¶?H | 00111111010010000011111110100001101001110011111110100010110100100011111101001000 | 3f483fa1a73fa2d23f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)