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 | 1001001001010101100100100100001001010111100100100101010110010010010000100100111001000010 | 9255924257925592424e42 |
EUC-JP | 旦達W旦達NB | 1100001110110110110000111010001101010111110000111011011011000011101000110100111001000010 | c3b6c3a357c3b6c3a34e42 |
UTF-8 | 旦達W旦達NB | 111001101001011110100110111010011000000110010100010101111110011010010111101001101110100110000001100101000100111001000010 | e697a6e9819457e697a6e981944e42 |
UHC | 旦達W旦達NB | 1101001110101001110100111011100101010111110100111010100111010011101110010100111001000010 | d3a9d3b957d3a9d3b94e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)