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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 偲痔偲雫\ | 100011101100001110001110101001001000111011000011100011101011010001011100 | 8ec38ea48ec38eb45c |
EUC-JP | 偲痔偲雫\ | 101111001100010110111100101001101011110011000101101111001011011001011100 | bcc5bca6bcc5bcb65c |
UTF-8 | 偲痔偲雫\ | 11100101100000011011001011100111100101111001010011100101100000011011001011101001100110111010101101011100 | e581b2e79794e581b2e99bab5c |
UHC | ?痔??\ | 001111111111011011000000001111110011111101011100 | 3ff6c03f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)