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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苡刻讐苜 | 1110010010001111100011011000111110001111010100011110010010011100 | e48f8d8f8f51e49c |
EUC-JP | 苡刻讐苜 | 1110011111101111101110011110111110111101101100101110011111111100 | e7efb9efbdb2e7fc |
UTF-8 | 苡刻讐苜 | 111010001000101110100001111001011000100010111011111010001010111010010000111010001000101110011100 | e88ba1e588bbe8ae90e88b9c |
UHC | 苡刻讐? | 11101100101111101100101010111110111000101100001000111111 | ecbecabee2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)