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 | 雉雁唱 | 111010001011001110001010111001011000111110100101 | e8b38ae58fa5 |
EUC-JP | 雉雁唱 | 111100001011010110110100111001111011111010100111 | f0b5b4e7bea7 |
UTF-8 | 雉雁唱 | 111010011001101110001001111010011001101110000001111001011001010010110001 | e99b89e99b81e594b1 |
UHC | 雉雁唱 | 111101101100101111100100110100101111001111011101 | f6cbe4d2f3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)