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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隍鯉ス雁自 | 111010001010010010001100111011111011110110001010111001011000111010101001 | e8a48cefbd8ae58ea9 |
EUC-JP | 隍鯉ス雁自 | 11110000101001101011100011110001100011101011110110110100111001111011110010101011 | f0a6b8f18ebdb4e7bcab |
UTF-8 | 隍鯉ス雁自 | 111010011001101010001101111010011010111110001001111011111011110110111101111010011001101110000001111010001000011110101010 | e99a8de9af89efbdbde99b81e887aa |
UHC | 隍鯉?雁自 | 111111001101101111010111111011110011111111100100110100101110110110111011 | fcdbd7ef3fe4d2edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)