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 | 撓ζ?節? | 1001110110011010100000111100010000111111100100001101111100111111 | 9d9a83c43f90df3f |
EUC-JP | 撓ζ?節? | 1101100111111010101001101100011000111111110000001110000100111111 | d9faa6c63fc0e13f |
UTF-8 | 撓ζ퍜節됮 | 1110011010010010100100111100111010110110111011011000110110011100111001111010111110000000111010111001000010101110 | e69293ceb6ed8d9ce7af80eb90ae |
UHC | 撓ζ퍜節됮 | 11101000111101011010010111100110101110111001001111101111101111011000100111101001 | e8f5a5e6bb93efbd89e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)