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 | 茉??十?? | 1110010010011101001111110011111110001111010111000011111100111111 | e49d3f3f8f5c3f3f |
EUC-JP | 茉??十?? | 1110011111111101001111110011111110111101101111010011111100111111 | e7fd3f3fbdbd3f3f |
UTF-8 | 茉롛렽十롛렣 | 111010001000110010001001111010111010000110011011111010111010000010111101111001011000110110000001111010111010000110011011111010111010000010100011 | e88c89eba19beba0bde58d81eba19beba0a3 |
UHC | 茉롛렽十롛렣 | 110110001100100110001110110111111000111011000101111001001010100010001110110111111000111010110100 | d8c98edf8ec5e4a88edf8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)