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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉧クスク昉 | 111110111100101110111000111100011000111010111101101110001111101011010001 | fbcbb8f18ebdb8fad1 |
EUC-JP | 鉧ク?スク昉 | 10001111111000111110100110001110101110000011111110001110101111011000111010111000100011111100000111111000 | 8fe3e98eb83f8ebd8eb88fc1f8 |
UTF-8 | 鉧クスク昉 | 111010011000100110100111111011111011110110111000111011101000010010001001111011111011110110111101111011111011110110111000111001101001100010001001 | e989a7efbdb8ee8489efbdbdefbdb8e69889 |
UHC | ?????昉 | 00111111001111110011111100111111001111111101101110110010 | 3f3f3f3f3fdbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)