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 | 逋ァ鄒哘 | 11100111100110011010011111100111101111101001101001000101 | e799a7e7be9a45 |
EUC-JP | 逋ァ鄒哘 | 1110110111111001100011101010011111101110110000001101001110100110 | edf98ea7eec0d3a6 |
UTF-8 | 逋ァ鄒哘 | 111010011000000010001011111011111011110110100111111010011000010010010010111001011001001110011000 | e9808befbda7e98492e59398 |
UHC | 逋?鄒? | 111110001110011100111111111101011101101100111111 | f8e73ff5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)