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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 昇邇シス。B | 10001111101110001111100011011110111001111000111010111100101111011010000101000010 | 8fb8f8dee78ebcbda142 |
EUC-JP | 昇?邇シス。B | 101111101011101000111111111011011110111010001110101111001000111010111101100011101010000101000010 | beba3fedee8ebc8ebd8ea142 |
UTF-8 | 昇邇シス。B | 11100110100110001000011111101110100110011011110111101001100000101000011111101111101111011011110011101111101111011011110111101111101111011010000101000010 | e69887ee99bde98287efbdbcefbdbdefbda142 |
UHC | 昇?邇???B | 111000111011000000111111111011001100010000111111001111110011111101000010 | e3b03fecc43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)