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 | 円??節? | 10001001011111100011111100111111100100001101111100111111 | 897e3f3f90df3f |
EUC-JP | 円??節? | 10110001110111110011111100111111110000001110000100111111 | b1df3f3fc0e13f |
UTF-8 | 円띨썿節챃 | 111001011000011010000110111010111001110110101000111011001000110110111111111001111010111110000000111011001011000110000011 | e58686eb9da8ec8dbfe7af80ecb183 |
UHC | 円띨썿節챃 | 11100101111101111011011011101110100110111010100111101111101111011010101001010011 | e5f7b6ee9ba9efbdaa53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)