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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 炅介柾淼 | 1111101101010001100010011110111010010110100011111111101101000101 | fb5189ee968ffb45 |
EUC-JP | 炅介柾淼 | 10001111110010011100101010110010111100001100101111101111100011111100011111100110 | 8fc9cab2f0cbef8fc7e6 |
UTF-8 | 炅介柾淼 | 111001111000001010000101111001001011101110001011111001101001111110111110111001101011011110111100 | e78285e4bb8be69fbee6b7bc |
UHC | 炅介柾? | 11001100110111011100101110111111111011111101111000111111 | ccddcbbfefde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)