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 | 助?遣?? | 10001111100101010011111110001100101011010011111100111111 | 8f953f8cad3f3f |
EUC-JP | 助?遣?? | 10111101111101010011111110111000101011110011111100111111 | bdf53fb8af3f3f |
UTF-8 | 助뀌遣뤉칿 | 111001011000101010101001111010111000000010001100111010011000000110100011111010111010010010001001111011001011100110111111 | e58aa9eb808ce981a3eba489ecb9bf |
UHC | 助뀌遣뤉칿 | 11110000101111101011001011101110110011001011101010001111101110011010111110001110 | f0beb2eeccba8fb9af8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)