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 | 筌??有? | 11100010101000110011111100111111100101110100110000111111 | e2a33f3f974c3f |
EUC-JP | 筌??有? | 11100100101001010011111100111111110011011010110100111111 | e4a53f3fcdad3f |
UTF-8 | 筌뗭왋有딟 | 111001111010110110001100111010111001011110101101111011001001100110001011111001101001110010001001111010111001010010011111 | e7ad8ceb97adec998be69c89eb949f |
UHC | 筌뗭왋有딟 | 11101111101001111000101111101100100111101011110011101010111100111000101101000010 | efa78bec9ebceaf38b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)