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 | ??㎞抵 | 001111110011111110000111011100011001001011101111 | 3f3f877192ef |
EUC-JP | ???抵 | 0011111100111111001111111100010011110001 | 3f3f3fc4f1 |
UTF-8 | 連든㎞抵 | 111011111010011010011010111010111001001110100000111000111000111010011110111001101000101010110101 | efa69aeb93a0e38e9ee68ab5 |
UHC | 連든㎞抵 | 1110011011100110101101011110011110100111101100001110111010111101 | e6e6b5e7a7b0eebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)