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 | 鬆茨ァョ | 111010011010000010001000111011111010011110101110 | e9a088efa7ae |
EUC-JP | 鬆茨ァョ | 1111001010100010101100001111000110001110101001111000111010101110 | f2a2b0f18ea78eae |
UTF-8 | 鬆茨ァョ | 111010011010110010000110111010001000110010101000111011111011110110100111111011111011110110101110 | e9ac86e88ca8efbda7efbdae |
UHC | ?茨?? | 0011111111101101101111000011111100111111 | 3fedbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)