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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 怨??\ | 1000100110000101001111110011111101011100 | 89853f3f5c |
EUC-JP | 怨??\ | 1011000111100101001111110011111101011100 | b1e53f3f5c |
UTF-8 | 怨쀥꽧\ | 11100110100000001010100011101100100000001010010111101010101111011010011101011100 | e680a8ec80a5eabda75c |
UHC | 怨쀥꽧\ | 11101010101100111001011111100101100001001011001001011100 | eab397e584b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)