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 | 001111111001001001000001010101110011111110010010010000010100111001000010 | 3f9241573f92414e42 |
EUC-JP | ?但W?但NB | 001111111100001110100010010101110011111111000011101000100100111001000010 | 3fc3a2573fc3a24e42 |
UTF-8 | 렺但W렺但NB | 111010111010000010111010111001001011110110000110010101111110101110100000101110101110010010111101100001100100111001000010 | eba0bae4bd8657eba0bae4bd864e42 |
UHC | 렺但W렺但NB | 1000111011000010110100111010001101010111100011101100001011010011101000110100111001000010 | 8ec2d3a3578ec2d3a34e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)