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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?賣鮴コ寘識 | 00111111111001101100110011101001101111101011101011111010101010011000111010101111 | 3fe6cce9bebafaa98eaf |
EUC-JP | 寗賣鮴コ寘識 | 1000111110111010111000001110110011001110111100101100000010001110101110101000111110111010111000011011110010110001 | 8fbae0eccef2c08eba8fbae1bcb1 |
UTF-8 | 寗賣鮴コ寘識 | 111001011010111110010111111010001011001110100011111010011010111010110100111011111011110110111010111001011010111110011000111010001010110110011000 | e5af97e8b3a3e9aeb4efbdbae5af98e8ad98 |
UHC | 寗賣???識 | 110100101011110011011000111000110011111100111111001111111110001111011011 | d2bcd8e33f3f3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)