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?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | 螂ェP鞜比 | 1110010110100101101010100101000011101000110111111001010011100100 | e5a5aa50e8df94e4 |
EUC-JP | 螂ェP鞜比 | 111010101010011110001110101010100101000011110000111000011100100011100110 | eaa78eaa50f0e1c8e6 |
UTF-8 | 螂ェP鞜比 | 11101000100111101000001011101111101111011010101001010000111010011001111010011100111001101010111110010100 | e89e82efbdaa50e99e9ce6af94 |
UHC | 螂?P?比 | 11010101110011000011111101010000001111111101110111101111 | d5cc3f503fddef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)