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 | ?λ???? | 00111111100000111100100100111111001111110011111100111111 | 3f83c93f3f3f3f |
EUC-JP | ?λ?堉?? | 001111111010011011001011001111111000111110110111111111010011111100111111 | 3fa6cb3f8fb7fd3f3f |
UTF-8 | 列λ씮堉랃쭓 | 1110111110100110100111001100111010111011111011001001010010101110111001011010000010001001111010111001111010000011111011001010110110010011 | efa69ccebbec94aee5a089eb9e83ecad93 |
UHC | 列λ씮堉랃쭓 | 111001101110101010100101111010111001110110111111111010111011110010001101111011111010011110001011 | e6eaa5eb9dbfebbc8defa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)