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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?拌?拌B | 00111111100111010110000100111111100111010110000101000010 | 3f9d613f9d6142 |
EUC-JP | ?拌?拌B | 00111111110110011100001000111111110110011100001001000010 | 3fd9c23fd9c242 |
UTF-8 | 먕拌먕拌B | 11101011101010001001010111100110100010111000110011101011101010001001010111100110100010111000110001000010 | eba895e68b8ceba895e68b8c42 |
UHC | 먕拌먕拌B | 101110001101001011011010111001011011100011010010110110101110010101000010 | b8d2dae5b8d2dae542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)