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 | 螂幢スセ顏 | 1110010110100101100110111110111110111101101111101110100011111000 | e5a59befbdbee8f8 |
EUC-JP | 螂幢スセ顏 | 11101010101001111101011011110001100011101011110110001110101111101111000011111010 | eaa7d6f18ebd8ebef0fa |
UTF-8 | 螂幢スセ顏 | 111010001001111010000010111001011011100110100010111011111011110110111101111011111011110110111110111010011010000110001111 | e89e82e5b9a2efbdbdefbdbee9a18f |
UHC | 螂幢??? | 11010101110011001101001111010011001111110011111100111111 | d5ccd3d33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)