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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???腰ч? | 0011111100111111001111111000110110011000100001001000100100111111 | 3f3f3f8d9884893f |
EUC-JP | ???腰ч? | 0011111100111111001111111011100111111000101001111110100100111111 | 3f3f3fb9f8a7e93f |
UTF-8 | 獵밭텚腰ч뙕 | 1110111110100110101001111110101110110000101011011110110110000101100110101110100010000101101100001101000110000111111010111001100110010101 | efa6a7ebb0aded859ae885b0d187eb9995 |
UHC | 獵밭텚腰ч뙕 | 111001111010011010111001111001111011011010010011111010011010011010101100111010011000110010011010 | e7a6b9e7b693e9a6ace98c9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)