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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 閃顥}閃顥{^ | 1001000101001101111110111111010101111101100100010100110111111011111101010111101101011110 | 914dfbf57d914dfbf57b5e |
EUC-JP | 閃顥}閃顥{^ | 11000001101011101000111111101000101101100111110111000001101011101000111111101000101101100111101101011110 | c1ae8fe8b67dc1ae8fe8b67b5e |
UTF-8 | 閃顥}閃顥{^ | 111010011001011010000011111010011010000110100101011111011110100110010110100000111110100110100001101001010111101101011110 | e99683e9a1a57de99683e9a1a57b5e |
UHC | 閃顥}閃顥{^ | 1110000011101100111110111110001001111101111000001110110011111011111000100111101101011110 | e0ecfbe27de0ecfbe27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)