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 | 邱レヘ | 1110011110110111111110001011111111011010110011011111010110110000 | e7b7f8bfdacdf5b0 |
EUC-JP | 邱?レヘ? | 1110111010111001001111111000111011011010100011101100110100111111 | eeb93f8eda8ecd3f |
UTF-8 | 邱レヘ | 111010011000001010110001111011101001100110011110111011111011111010011010111011111011111010001101111011101001000010011011 | e982b1ee999eefbe9aefbe8dee909b |
UHC | 邱???? | 110011111100100000111111001111110011111100111111 | cfc83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)