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 | 帳ο? | 1001001010100000100000111100110100111111 | 92a083cd3f |
EUC-JP | 帳ο? | 1100010010100010101001101100111100111111 | c4a2a6cf3f |
UTF-8 | 帳ο풄 | 1110010110111000101100111100111010111111111011011001001010000100 | e5b8b3cebfed9284 |
UHC | 帳ο풄 | 111011011110001110100101111011111011111010001100 | ede3a5efbe8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)