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 | 邱レヘ | 111001111011011111111000101111111101101011001101 | e7b7f8bfdacd |
EUC-JP | 邱?レヘ | 11101110101110010011111110001110110110101000111011001101 | eeb93f8eda8ecd |
UTF-8 | 邱レヘ | 111010011000001010110001111011101001100110011110111011111011111010011010111011111011111010001101 | e982b1ee999eefbe9aefbe8d |
UHC | 邱??? | 1100111111001000001111110011111100111111 | cfc83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)