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 | 荐ヤ侵 | 111001001010011010000011100001001001000001001110 | e4a68384904e |
EUC-JP | 荐ヤ侵 | 111010001010100010100101111001001011111110101111 | e8a8a5e4bfaf |
UTF-8 | 荐ヤ侵 | 111010001000110110010000111000111000001110100100111001001011111010110101 | e88d90e383a4e4beb5 |
UHC | ?ヤ侵 | 0011111110101011111001001111011011010101 | 3fabe4f6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)