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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螢乞插 | 111001011010001110001100111011101001110110000111 | e5a38cee9d87 |
EUC-JP | 螢乞插 | 111010101010010110111000111100001101100111100111 | eaa5b8f0d9e7 |
UTF-8 | 螢乞插 | 111010001001111010100010111001001011100110011110111001101000111110010010 | e89ea2e4b99ee68f92 |
UHC | 螢乞? | 1111101110101011110010111111011100111111 | fbabcbf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)