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 | リハフコ | 110110001100101011110110101001111100110010111010 | d8caf6a7ccba |
EUC-JP | リハ?フコ | 100011101101100010001110110010100011111110001110110011001000111010111010 | 8ed88eca3f8ecc8eba |
UTF-8 | リハフコ | 111011111011111010011000111011111011111010001010111011101001001110001110111011111011111010001100111011111011110110111010 | efbe98efbe8aee938eefbe8cefbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)