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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雉雁・ェ^ | 11101000101100111000101011100101101001011010101001011110 | e8b38ae5a5aa5e |
EUC-JP | 雉雁・ェ^ | 111100001011010110110100111001111000111010100101100011101010101001011110 | f0b5b4e78ea58eaa5e |
UTF-8 | 雉雁・ェ^ | 11101001100110111000100111101001100110111000000111101111101111011010010111101111101111011010101001011110 | e99b89e99b81efbda5efbdaa5e |
UHC | 雉雁??^ | 11110110110010111110010011010010001111110011111101011110 | f6cbe4d23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)