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 | 蒹ェ讓樊カ | 1110010011100011101010101110011010101000100111101110011010110110 | e4e3aae6a89ee6b6 |
EUC-JP | 蒹ェ讓樊カ | 11101000111001011000111010101010111011001010101011011100111010001000111010110110 | e8e58eaaecaadce88eb6 |
UTF-8 | 蒹ェ讓樊カ | 111010001001001010111001111011111011110110101010111010001010111010010011111001101010100010001010111011111011110110110110 | e892b9efbdaae8ae93e6a88aefbdb6 |
UHC | ??讓樊? | 00111111001111111110010111010011110110111110000000111111 | 3f3fe5d3dbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)