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 | ??提??? | 00111111001111111001001011110001001111110011111100111111 | 3f3f92f13f3f3f |
EUC-JP | ??提??? | 00111111001111111100010011110011001111110011111100111111 | 3f3fc4f33f3f3f |
UTF-8 | 易렡提렔易렡 | 111011111010011110100000111010111010000010100001111001101000111110010000111010111010000010010100111011111010011110100000111010111010000010100001 | efa7a0eba0a1e68f90eba094efa7a0eba0a1 |
UHC | 易렡提렔易렡 | 111011001010111110001110101100101111000010101011100011101010100111101100101011111000111010110010 | ecaf8eb2f0ab8ea9ecaf8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)