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 | 筌???э | 11100010101000110011111100111111001111111000010010001111 | e2a33f3f3f848f |
EUC-JP | 筌??彛э | 111001001010010100111111001111111000111110111100111110101010011111101111 | e4a53f3f8fbcfaa7ef |
UTF-8 | 筌듭떝彛э | 1110011110101101100011001110101110010011101011011110101110010110100111011110010110111101100110111101000110001101 | e7ad8ceb93adeb969de5bd9bd18d |
UHC | 筌듭떝彛э | 11101111101001111011010111101100100010111011001111101100101011011010110011101111 | efa7b5ec8bb3ecadacef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)