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 | ???融 | 0011111100111111001111111001011101011010 | 3f3f3f975a |
EUC-JP | ???融 | 0011111100111111001111111100110110111011 | 3f3f3fcdbb |
UTF-8 | 룶웡룫融 | 111010111010001110110110111011001001101110100001111010111010001110101011111010001001111010001101 | eba3b6ec9ba1eba3abe89e8d |
UHC | 룶웡룫融 | 1000111110101011101111111111110110001111101000101110101111010111 | 8fabbffd8fa2ebd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)