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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ウイウイ^ | 101100111011001011110000101101011011001110110010111100001011010101011110 | b3b2f0b5b3b2f0b55e |
EUC-JP | ウイ?ウイ?^ | 1000111010110011100011101011001000111111100011101011001110001110101100100011111101011110 | 8eb38eb23f8eb38eb23f5e |
UTF-8 | ウイウイ^ | 11101111101111011011001111101111101111011011001011101110100000011011010011101111101111011011001111101111101111011011001011101110100000011011010001011110 | efbdb3efbdb2ee81b4efbdb3efbdb2ee81b45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)