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 | リハ豢 | 11011000110010101110011010110100 | d8cae6b4 |
EUC-JP | リハ豢 | 100011101101100010001110110010101110110010110110 | 8ed88ecaecb6 |
UTF-8 | リハ豢 | 111011111011111010011000111011111011111010001010111010001011000110100010 | efbe98efbe8ae8b1a2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)