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 | 茉??讐 | 111001001001110100111111001111111000111101010001 | e49d3f3f8f51 |
EUC-JP | 茉??讐 | 111001111111110100111111001111111011110110110010 | e7fd3f3fbdb2 |
UTF-8 | 茉롛렽讐 | 111010001000110010001001111010111010000110011011111010111010000010111101111010001010111010010000 | e88c89eba19beba0bde8ae90 |
UHC | 茉롛렽讐 | 1101100011001001100011101101111110001110110001011110001011000010 | d8c98edf8ec5e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)