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 | 凋莎? | 1001001010011100111001001011001100111111 | 929ce4b33f |
EUC-JP | 凋莎? | 1100001111111100111010001011010100111111 | c3fce8b53f |
UTF-8 | 凋莎깖 | 111001011000011110001011111010001000111010001110111010101011100110010110 | e5878be88e8eeab996 |
UHC | 凋莎깖 | 111100001011110111011110111011011011000111110011 | f0bddeedb1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)