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 | ??W??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
SJIS-WIN | 謝璽W謝璽NB | 1000111011010011100011101010001101010111100011101101001110001110101000110100111001000010 | 8ed38ea3578ed38ea34e42 |
EUC-JP | 謝璽W謝璽NB | 1011110011010101101111001010010101010111101111001101010110111100101001010100111001000010 | bcd5bca557bcd5bca54e42 |
UTF-8 | 謝璽W謝璽NB | 111010001010110010011101111001111001001010111101010101111110100010101100100111011110011110010010101111010100111001000010 | e8ac9de792bd57e8ac9de792bd4e42 |
UHC | 謝璽W謝璽NB | 1101111011110011110111111101111001010111110111101111001111011111110111100100111001000010 | def3dfde57def3dfde4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)