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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂랁씉溜쀭렣 | 111011111010011010111111111010111001111010000001111011001001010010001001111011111010011110001011111011001000000010101101111010111010000010100011 | efa6bfeb9e81ec9489efa78bec80adeba0a3 |
UHC | 樂랁씉溜쀭렣 | 111010001111100110001101111011011001110110100001111010101111111010010111111011011000111010110100 | e8f98ded9da1eafe97ed8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)