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 | 豢ゥ讌比 | 11100110101101001010100111100110101001011001010011100100 | e6b4a9e6a594e4 |
EUC-JP | 豢ゥ讌比 | 1110110010110110100011101010100111101100101001111100100011100110 | ecb68ea9eca7c8e6 |
UTF-8 | 豢ゥ讌比 | 111010001011000110100010111011111011110110101001111010001010111010001100111001101010111110010100 | e8b1a2efbda9e8ae8ce6af94 |
UHC | ???比 | 0011111100111111001111111101110111101111 | 3f3f3fddef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)