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 | 粮ユ鴈・ | 111000101110110011010101111010011110110010100101 | e2ecd5e9eca5 |
EUC-JP | 粮ユ鴈・ | 1110010011101110100011101101010111110010111011101000111010100101 | e4ee8ed5f2ee8ea5 |
UTF-8 | 粮ユ鴈・ | 111001111011001010101110111011111011111010010101111010011011010010001000111011111011110110100101 | e7b2aeefbe95e9b488efbda5 |
UHC | 粮??? | 1101010111011011001111110011111100111111 | d5db3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)