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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??試 | 00111111001111111000111010001110 | 3f3f8e8e |
EUC-JP | ??試 | 00111111001111111011101111101110 | 3f3fbbee |
UTF-8 | 뤶빡試 | 111010111010010010110110111010111011100110100001111010001010100110100110 | eba4b6ebb9a1e8a9a6 |
UHC | 뤶빡試 | 100011111110010010111010111111011110001111001011 | 8fe4bafde3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)