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 | 円띨떉節촅 | 111001011000011010000110111010111001110110101000111010111001011010001001111001111010111110000000111011001011010010000101 | e58686eb9da8eb9689e7af80ecb485 |
UHC | 円띨떉節촅 | 11100101111101111011011011101110100010111001111111101111101111011010110001000111 | e5f7b6ee8b9fefbdac47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)