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 | 豬ゥ譴 | 1110011010110101101010011110011010100010 | e6b5a9e6a2 |
EUC-JP | 豬ゥ譴 | 111011001011011110001110101010011110110010100100 | ecb78ea9eca4 |
UTF-8 | 豬ゥ譴 | 111010001011000110101100111011111011110110101001111010001010110110110100 | e8b1acefbda9e8adb4 |
UHC | ??譴 | 00111111001111111100110010111001 | 3f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)