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 | 皎劼爼 | 111000011010011110011001101000101110000010101010 | e1a799a2e0aa |
EUC-JP | 皎劼爼 | 111000101010100111010010101001001110000010101100 | e2a9d2a4e0ac |
UTF-8 | 皎劼爼 | 111001111001101010001110111001011000101010111100111001111000100010111100 | e79a8ee58abce788bc |
UHC | 皎?? | 11001110111010110011111100111111 | ceeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)