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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 宍溿自鳬 | 11110000101101111000111010110011111110110100101010001110101010011110100111101001 | f0b78eb3fb4a8ea9e9e9 |
EUC-JP | ?宍溿自鳬 | 00111111101111001011010110001111110010001011000110111100101010111111001011101011 | 3fbcb58fc8b1bcabf2eb |
UTF-8 | 宍溿自鳬 | 111011101000000110110110111001011010111010001101111001101011101010111111111010001000011110101010111010011011001110101100 | ee81b6e5ae8de6babfe887aae9b3ac |
UHC | ???自? | 001111110011111100111111111011011011101100111111 | 3f3f3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)