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 | ???腰х? | 0011111100111111001111111000110110011000100001001000011100111111 | 3f3f3f8d9884873f |
EUC-JP | ???腰х? | 0011111100111111001111111011100111111000101001111110011100111111 | 3f3f3fb9f8a7e73f |
UTF-8 | 獵밭텚腰х뱺 | 1110111110100110101001111110101110110000101011011110110110000101100110101110100010000101101100001101000110000101111010111011000110111010 | efa6a7ebb0aded859ae885b0d185ebb1ba |
UHC | 獵밭텚腰х뱺 | 111001111010011010111001111001111011011010010011111010011010011010101100111001111001001110100000 | e7a6b9e7b693e9a6ace793a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)