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 | 淡卒端奪 | 1001001001010111100100011011001010010010010110111001001001000100 | 925791b2925b9244 |
EUC-JP | 淡卒端奪 | 1100001110111000110000101011010011000011101111001100001110100101 | c3b8c2b4c3bcc3a5 |
UTF-8 | 淡卒端奪 | 111001101011011110100001111001011000110110010010111001111010101110101111111001011010010110101010 | e6b7a1e58d92e7abafe5a5aa |
UHC | 淡卒端奪 | 1101001110111111111100001110111111010011101011101111011110101100 | d3bff0efd3aef7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)