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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 棚臓損臓h | 100100100100100110010001100111111001000110111001100100011001111101101000 | 9249919f91b9919f68 |
EUC-JP | 棚臓損臓h | 110000111010101011000010101000011100001010111011110000101010000101101000 | c3aac2a1c2bbc2a168 |
UTF-8 | 棚臓損臓h | 11100110101000111001101011101000100001111001001111100110100100001000110111101000100001111001001101101000 | e6a39ae88793e6908de8879368 |
UHC | 棚?損?h | 11011101110111000011111111100001110111110011111101101000 | dddc3fe1df3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)