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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | 讌碑キ」邁ォP | 11100110101001011001010011101000101101111010001111100111101100001010101101010000 | e6a594e8b7a3e7b0ab50 |
EUC-JP | 讌碑キ」邁ォP | 11101100101001111100100011101010100011101011011110001110101000111110111010110010100011101010101101010000 | eca7c8ea8eb78ea3eeb28eab50 |
UTF-8 | 讌碑キ」邁ォP | 11101000101011101000110011100111101000101001000111101111101111011011011111101111101111011010001111101001100000101000000111101111101111011010101101010000 | e8ae8ce7a291efbdb7efbda3e98281efbdab50 |
UHC | ?碑??邁?P | 001111111101110111111000001111110011111111011000111001000011111101010000 | 3fddf83f3fd8e43f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)