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 | 額欺責? | 10001010011110101000101101011100100100001101001100111111 | 8a7a8b5c90d33f |
EUC-JP | 額欺責? | 10110011110110111011010110111101110000001101010100111111 | b3dbb5bdc0d53f |
UTF-8 | 額欺責쒜 | 111010011010000110001101111001101010110010111010111010001011001010101100111011001001001010011100 | e9a18de6acbae8b2acec929c |
UHC | 額欺責쒜 | 1110010011111110110100011010011111110100101000011011111010101110 | e4fed1a7f4a1beae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)