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 | 栓絲? | 1001000011110000111000110100111000111111 | 90f0e34e3f |
EUC-JP | 栓絲? | 1100000011110010111001011010111100111111 | c0f2e5af3f |
UTF-8 | 栓絲우 | 111001101010000010010011111001111011010110110010111011001001101010110000 | e6a093e7b5b2ec9ab0 |
UHC | 栓絲우 | 111011101111101111011110111010101011111111101100 | eefbdeeabfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)