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 | 筌귢맏有튎 | 111001111010110110001100111010101011011110100010111010111010011110001111111001101001110010001001111011011000101010001110 | e7ad8ceab7a2eba78fe69c89ed8a8e |
UHC | 筌귢맏有튎 | 11101111101001111000001011101010101110001011101011101010111100111011101001000010 | efa782eab8baeaf3ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)