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 | 辞遙執 | 1111001010110111100011101010101111101010101000011000111010110111 | f2b78eabeaa18eb7 |
EUC-JP | ?辞遙執 | 00111111101111001010110111110100101000111011110010111001 | 3fbcadf4a3bcb9 |
UTF-8 | 辞遙執 | 111011101000011110101110111010001011111010011110111010011000000110011001111001011001111110110111 | ee87aee8be9ee98199e59fb7 |
UHC | ??遙執 | 001111110011111111101001101010111111001011111011 | 3f3fe9abf2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)