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 | ?枸?咽 | 001111111001111001101101001111111000100011110100 | 3f9e6d3f88f4 |
EUC-JP | ?枸?咽 | 001111111101101111001110001111111011000011110110 | 3fdbce3fb0f6 |
UTF-8 | 쟌枸룫咽 | 111011001001111110001100111001101001111010111000111010111010001110101011111001011001001010111101 | ec9f8ce69eb8eba3abe592bd |
UHC | 쟌枸룫咽 | 1100000011110010110011111010111010001111101000101110110011010110 | c0f2cfae8fa2ecd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)