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 | 轜刻讐苜 | 1110011101111110100011011000111110001111010100011110010010011100 | e77e8d8f8f51e49c |
EUC-JP | 轜刻讐苜 | 1110110111011111101110011110111110111101101100101110011111111100 | eddfb9efbdb2e7fc |
UTF-8 | 轜刻讐苜 | 111010001011110110011100111001011000100010111011111010001010111010010000111010001000101110011100 | e8bd9ce588bbe8ae90e88b9c |
UHC | ?刻讐? | 001111111100101010111110111000101100001000111111 | 3fcabee2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)