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 | 黑嫉胱 | 111111000100101110001110101110011110001111110111 | fc4b8eb9e3f7 |
EUC-JP | ?嫉胱 | 0011111110111100101110111110011011111001 | 3fbcbbe6f9 |
UTF-8 | 黑嫉胱 | 111010011011101110010001111001011010101110001001111010001000001110110001 | e9bb91e5ab89e883b1 |
UHC | 黑嫉胱 | 111111011101100111110010111011001100111011001101 | fdd9f2eccecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)