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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 凋籠??\ | 10010010100111001110001011000100001111110011111101011100 | 929ce2c43f3f5c |
EUC-JP | 凋籠??\ | 11000011111111001110010011000110001111110011111101011100 | c3fce4c63f3f5c |
UTF-8 | 凋籠렢렒\ | 11100101100001111000101111100111101100011010000011101011101000001010001011101011101000001001001001011100 | e5878be7b1a0eba0a2eba0925c |
UHC | 凋籠렢렒\ | 111100001011110111010110111010111000111010110011100011101010011101011100 | f0bdd6eb8eb38ea75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)