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 | 筌l?冶 | 11100010101000111000001010001100001111111001011011101000 | e2a3828c3f96e8 |
EUC-JP | 筌l?冶 | 11100100101001011010001111101100001111111100110011101010 | e4a5a3ec3fccea |
UTF-8 | 筌l큸冶 | 111001111010110110001100111011111011110110001100111011011000000110111000111001011000011010110110 | e7ad8cefbd8ced81b8e586b6 |
UHC | 筌l큸冶 | 1110111110100111101000111110110010110100100001111110010110100111 | efa7a3ecb487e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)