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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ル朗氿朗偂 | 110110011111101011100000111110101111010111111010111000001111101001111010 | d9fae0faf5fae0fa7a |
EUC-JP | ル?氿?偂 | 10001110110110010011111110001111110001101101011100111111100011111011000111100001 | 8ed93f8fc6d73f8fb1e1 |
UTF-8 | ル朗氿朗偂 | 111011111011111010011001111011111010010010101001111001101011000010111111111011111010010010101001111001011000000110000010 | efbe99efa4a9e6b0bfefa4a9e58182 |
UHC | ?朗?朗? | 00111111110100101010100000111111110100101010100000111111 | 3fd2a83fd2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)