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 | 狎???筌 | 11100000101111100011111100111111001111111110001010100011 | e0be3f3f3fe2a3 |
EUC-JP | 狎???筌 | 11100000110000000011111100111111001111111110010010100101 | e0c03f3f3fe4a5 |
UTF-8 | 狎뜯뫀흮筌 | 111001111000101110001110111010111001110010101111111010111010101110000000111011011001110110101110111001111010110110001100 | e78b8eeb9cafebab80ed9daee7ad8c |
UHC | 狎뜯뫀흮筌 | 11100100111001001011011011100010100100011010010011000101100010101110111110100111 | e4e4b6e291a4c58aefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)