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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 凋耘 | 10010010100111001110001111001111 | 929ce3cf |
EUC-JP | 凋耘 | 11000011111111001110011011010001 | c3fce6d1 |
UTF-8 | 凋耘 | 111001011000011110001011111010001000000010011000 | e5878be88098 |
UHC | 凋耘 | 11110000101111011110100111111100 | f0bde9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)