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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嚴щ?萸 | 10011010100011101000010010001011001111111110010011001110 | 9a8e848b3fe4ce |
EUC-JP | 嚴щ?萸 | 11010011111011101010011111101011001111111110100011010000 | d3eea7eb3fe8d0 |
UTF-8 | 嚴щ뎽萸 | 1110010110011010101101001101000110001001111010111000111010111101111010001001000010111000 | e59ab4d189eb8ebde890b8 |
UHC | 嚴щ뎽萸 | 1110010111110001101011001110101110001001100100001110101110101101 | e5f1aceb8990ebad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)