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 | 00111111011111010011111100111111001111110111110001000010 | 3f7d3f3f3f7c42 |
SJIS-WIN | ?}小楔?|B | 001111110111110110001111101011001001111010110110001111110111110001000010 | 3f7d8fac9eb63f7c42 |
EUC-JP | ?}小楔?|B | 001111110111110110111110101011101101110010111000001111110111110001000010 | 3f7dbeaedcb83f7c42 |
UTF-8 | 뾑}小楔뾑|B | 111010111011111010010001011111011110010110110000100011111110011010100101100101001110101110111110100100010111110001000010 | ebbe917de5b08fe6a594ebbe917c42 |
UHC | 뾑}小楔뾑|B | 1001011101001111011111011110000110110011111000001101101110010111010011110111110001000010 | 974f7de1b3e0db974f7c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)