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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凝??? | 1000101111000011001111110011111100111111 | 8bc33f3f3f |
EUC-JP | 凝??? | 1011011011000101001111110011111100111111 | b6c53f3f3f |
UTF-8 | 凝쯩렱렱 | 111001011000011110011101111011001010111110101001111010111010000010110001111010111010000010110001 | e5879decafa9eba0b1eba0b1 |
UHC | 凝쯩렱렱 | 1110101111101010110000101110110110001110101111101000111010111110 | ebeac2ed8ebe8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)