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 | ?懶偈 | 0011111110011100111011111001100011110011 | 3f9cef98f3 |
EUC-JP | 芷懶偈 | 10001111110101111100100111011000111100011101000011110101 | 8fd7c9d8f1d0f5 |
UTF-8 | 芷懶偈 | 111010001000101010110111111001101000011110110110111001011000000110001000 | e88ab7e687b6e58188 |
UHC | 芷懶偈 | 111100101011101011010100111110111100110010100111 | f2bad4fbcca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)