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 | 茫わ洲茘? | 111001001010100110000010111011011000111101000110111001001010101100111111 | e4a982ed8f46e4ab3f |
EUC-JP | 茫わ洲茘閡 | 1110100010101011101001001110111110111101101001111110100010101101100011111110011010101010 | e8aba4efbda7e8ad8fe6aa |
UTF-8 | 茫わ洲茘閡 | 111010001000110010101011111000111000001010001111111001101011010010110010111010001000110010011000111010011001011010100001 | e88cabe3828fe6b4b2e88c98e996a1 |
UHC | 茫わ洲?? | 1101100011010100101010101110111111110001101111010011111100111111 | d8d4aaeff1bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)