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 | 儲葛? | 1001011011010111100010101000101100111111 | 96d78a8b3f |
EUC-JP | 儲葛? | 1100110011011001101100111110101100111111 | ccd9b3eb3f |
UTF-8 | 儲葛렜 | 111001011000010010110010111010001001000110011011111010111010000010011100 | e584b2e8919beba09c |
UHC | 儲葛렜 | 111011101011100111001010111001111000111010101110 | eeb9cae78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)