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 | 膤肴繰蕕 | 1110010001010010100011011110011010001100010010101110010101000011 | e4528de68c4ae543 |
EUC-JP | 膤肴繰蕕 | 1110011110110011101110101110100010110111101010111110100110100100 | e7b3bae8b7abe9a4 |
UTF-8 | 膤肴繰蕕 | 111010001000011010100100111010001000001010110100111001111011100110110000111010001001010110010101 | e886a4e882b4e7b9b0e89595 |
UHC | ?肴繰? | 001111111111110110100010111100001101101100111111 | 3ffda2f0db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)