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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 巐啄嚀^ | 11111010101101101001000111101101100110101000011001011110 | fab691ed9a865e |
EUC-JP | 巐啄嚀^ | 1000111110111011111110011100001011101111110100111110011001011110 | 8fbbf9c2efd3e65e |
UTF-8 | 巐啄嚀^ | 11100101101101111001000011100101100101011000010011100101100110101000000001011110 | e5b790e59584e59a805e |
UHC | ?啄?^ | 0011111111110110111100100011111101011110 | 3ff6f23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)