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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裔??蟹? | 11100101111000010011111100111111100010100100100100111111 | e5e13f3f8a493f |
EUC-JP | 裔??蟹? | 11101010111000110011111100111111101100111010101000111111 | eae33f3fb3aa3f |
UTF-8 | 裔됱옓蟹튎 | 111010001010001110010100111010111001000010110001111011001001100010010011111010001001111110111001111011011000101010001110 | e8a394eb90b1ec9893e89fb9ed8a8e |
UHC | 裔됱옓蟹튎 | 11100111111000001000100111101100100111101001100111111010101011111011101001000010 | e7e089ec9e99faafba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)