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 | ソト犁ソト犁^ | 101111111100010011100000101100111011111111000100111000001011001101011110 | bfc4e0b3bfc4e0b35e |
EUC-JP | ソト犁ソト犁^ | 10001110101111111000111011000100111000001011010110001110101111111000111011000100111000001011010101011110 | 8ebf8ec4e0b58ebf8ec4e0b55e |
UTF-8 | ソト犁ソト犁^ | 11101111101111011011111111101111101111101000010011100111100010101000000111101111101111011011111111101111101111101000010011100111100010101000000101011110 | efbdbfefbe84e78a81efbdbfefbe84e78a815e |
UHC | ??犁??犁^ | 001111110011111111010111111000000011111100111111110101111110000001011110 | 3f3fd7e03f3fd7e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)