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 | ??P? | 00111111001111110101000000111111 | 3f3f503f |
SJIS-WIN | 螂ェP蓖 | 111001011010010110101010010100001110010011101101 | e5a5aa50e4ed |
EUC-JP | 螂ェP蓖 | 11101010101001111000111010101010010100001110100011101111 | eaa78eaa50e8ef |
UTF-8 | 螂ェP蓖 | 11101000100111101000001011101111101111011010101001010000111010001001001110010110 | e89e82efbdaa50e89396 |
UHC | 螂?P? | 1101010111001100001111110101000000111111 | d5cc3f503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)