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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 筌③?茹 | 11100010101000111000011101000010001111111110010010100101 | e2a387423fe4a5 |
EUC-JP | 筌??茹 | 111001001010010100111111001111111110100010100111 | e4a53f3fe8a7 |
UTF-8 | 筌③겘茹 | 111001111010110110001100111000101001000110100010111010101011001010011000111010001000110010111001 | e7ad8ce291a2eab298e88cb9 |
UHC | 筌③겘茹 | 1110111110100111101010001110100110000001101011111110011010101010 | efa7a8e981afe6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)