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 | タ醺籃ソ | 110000001110011111010011111000101101010110111111 | c0e7d3e2d5bf |
EUC-JP | タ醺籃ソ | 1000111011000000111011101101010111100100110101111000111010111111 | 8ec0eed5e4d78ebf |
UTF-8 | タ醺籃ソ | 111011111011111010000000111010011000011010111010111001111011000110000011111011111011110110111111 | efbe80e986bae7b183efbdbf |
UHC | ??籃? | 0011111100111111110101011011111000111111 | 3f3fd5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)