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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?手品? | 001111111000111011101000100101010110100100111111 | 3f8ee895693f |
EUC-JP | ?手品? | 001111111011110011101010110010011100101000111111 | 3fbceac9ca3f |
UTF-8 | 룶手品卽 | 111010111010001110110110111001101000100110001011111001011001001110000001111001011000110110111101 | eba3b6e6898be59381e58dbd |
UHC | 룶手品卽 | 1000111110101011111000101010001011111001101000011111000111101101 | 8fabe2a2f9a1f1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)