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 | 뱦h뱦 | 11101011101100011010011001101000111010111011000110100110 | ebb1a668ebb1a6 |
SJIS-WIN | ?±?h?±? | 001111111000000101111101001111110110100000111111100000010111110100111111 | 3f817d3f683f817d3f |
EUC-JP | 뱦h뱦 | 1000111110101011101100111010000111011110100011111010001011000011011010001000111110101011101100111010000111011110100011111010001011000011 | 8fabb3a1de8fa2c3688fabb3a1de8fa2c3 |
UTF-8 | 뱦h뱦 | 11000011101010111100001010110001110000101010011001101000110000111010101111000010101100011100001010100110 | c3abc2b1c2a668c3abc2b1c2a6 |
UHC | ?±?h?±? | 001111111010000110111110001111110110100000111111101000011011111000111111 | 3fa1be3f683fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)