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 | 尤悅序 | 100101101101111011111010101111011000111110011000 | 96defabd8f98 |
EUC-JP | 尤?序 | 1100110011100000001111111011110111111000 | cce03fbdf8 |
UTF-8 | 尤悅序 | 111001011011000010100100111001101000001010000101111001011011101010001111 | e5b0a4e68285e5ba8f |
UHC | 尤悅序 | 111010011101011011100110111011011101111111101101 | e9d6e6eddfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)