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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 茉??筬?? | 1110010010011101001111110011111111100010101010110011111100111111 | e49d3f3fe2ab3f3f |
EUC-JP | 茉??筬?? | 1110011111111101001111110011111111100100101011010011111100111111 | e7fd3f3fe4ad3f3f |
UTF-8 | 茉롛렽筬롛렦 | 111010001000110010001001111010111010000110011011111010111010000010111101111001111010110110101100111010111010000110011011111010111010000010100110 | e88c89eba19beba0bde7adaceba19beba0a6 |
UHC | 茉롛렽筬롛렦 | 110110001100100110001110110111111000111011000101111000001111111010001110110111111000111010110101 | d8c98edf8ec5e0fe8edf8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)