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 | 村孫村遜村 | 10010001101110101001000110110111100100011011101010010001101110111001000110111010 | 91ba91b791ba91bb91ba |
EUC-JP | 村孫村遜村 | 11000010101111001100001010111001110000101011110011000010101111011100001010111100 | c2bcc2b9c2bcc2bdc2bc |
UTF-8 | 村孫村遜村 | 111001101001110110010001111001011010110110101011111001101001110110010001111010011000000110011100111001101001110110010001 | e69d91e5adabe69d91e9819ce69d91 |
UHC | 村孫村遜村 | 11110101101111011110000111011101111101011011110111100001111000011111010110111101 | f5bde1ddf5bde1e1f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)