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 | 醍?仲甲 | 10010001111001110011111110010010100001111000110101100010 | 91e73f92878d62 |
EUC-JP | 醍?仲甲 | 11000010111010010011111111000011111001111011100111000011 | c2e93fc3e7b9c3 |
UTF-8 | 醍렕仲甲 | 111010011000011010001101111010111010000010010101111001001011101110110010111001111001010010110010 | e9868deba095e4bbb2e794b2 |
UHC | 醍렕仲甲 | 1111000010110101100011101010101011110001111010101100101110100011 | f0b58eaaf1eacba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)