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 | 11100111111110101001001011101001101000011001010011100100101110111011001001000010 | e7fa92e9a194e4bbb242 |
EUC-JP | 鋺帝。比サイB | 11101110111111001100010011101011100011101010000111001000111001101000111010111011100011101011001001000010 | eefcc4eb8ea1c8e68ebb8eb242 |
UTF-8 | 鋺帝。比サイB | 11101001100010111011101011100101101110001001110111101111101111011010000111100110101011111001010011101111101111011011101111101111101111011011001001000010 | e98bbae5b89defbda1e6af94efbdbbefbdb242 |
UHC | ?帝?比??B | 001111111111000010101000001111111101110111101111001111110011111101000010 | 3ff0a83fddef3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)