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 | ???節ζ | 00111111001111110011111110010000110111111000001111000100 | 3f3f3f90df83c4 |
EUC-JP | ???節ζ | 00111111001111110011111111000000111000011010011011000110 | 3f3f3fc0e1a6c6 |
UTF-8 | 筽사쭣節ζ | 1110011110101101101111011110110010000010101011001110110010101101101000111110011110101111100000001100111010110110 | e7adbdec82acecada3e7af80ceb6 |
UHC | 筽사쭣節ζ | 11101000101001001011101111100111101001111001100011101111101111011010010111100110 | e8a4bbe7a798efbda5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)