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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螢、繽雅勵 | 111001011010001110100100111000111000111110001001111010111001100110101101 | e5a3a4e38f89eb99ad |
EUC-JP | 螢、繽雅勵 | 11101010101001011000111010100100111001011110111110110010111011011101001010101111 | eaa58ea4e5efb2edd2af |
UTF-8 | 螢、繽雅勵 | 111010001001111010100010111011111011110110100100111001111011100110111101111010011001101110000101111001011000101110110101 | e89ea2efbda4e7b9bde99b85e58bb5 |
UHC | 螢??雅勵 | 1111101110101011001111110011111111100100101110101101010111100100 | fbab3f3fe4bad5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)