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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 杖?? | 10001111111100010011111100111111 | 8ff13f3f |
EUC-JP | 杖?? | 10111110111100110011111100111111 | bef33f3f |
UTF-8 | 杖렱뤯 | 111001101001110110010110111010111010000010110001111010111010010010101111 | e69d96eba0b1eba4af |
UHC | 杖렱뤯 | 111011011110100010001110101111101000111111011101 | ede88ebe8fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)