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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 乗嵭ヲB | 100011111110011011111010101100111010011001000010 | 8fe6fab3a642 |
EUC-JP | 乗嵭ヲB | 1011111011101000100011111011101111011110100011101010011001000010 | bee88fbbde8ea642 |
UTF-8 | 乗嵭ヲB | 11100100101110011001011111100101101101011010110111101111101111011010011001000010 | e4b997e5b5adefbda642 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)