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 | 100010111100011000111111001111111001000011011111001111110011111101000010 | 8bc63f3f90df3f3f42 |
EUC-JP | 業??節??B | 101101101100100000111111001111111100000011100001001111110011111101000010 | b6c83f3fc0e13f3f42 |
UTF-8 | 業뚳슘節쇽푳B | 11100110101001011010110111101011100110101011001111101100100010101001100011100111101011111000000011101100100001111011110111101101100100011011001101000010 | e6a5adeb9ab3ec8a98e7af80ec87bded91b342 |
UHC | 業뚳슘節쇽푳B | 11100101111101101000110011101111101111011011011111101111101111011011110011101111101111101000000101000010 | e5f68cefbdb7efbdbcefbe8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)