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 | 簔簑モョモソ | 1110001011000001111000101100000011010011101011101101001110111111 | e2c1e2c0d3aed3bf |
EUC-JP | 簔簑モョモソ | 111001001100001111100100110000101000111011010011100011101010111010001110110100111000111010111111 | e4c3e4c28ed38eae8ed38ebf |
UTF-8 | 簔簑モョモソ | 111001111011000010010100111001111011000010010001111011111011111010010011111011111011110110101110111011111011111010010011111011111011110110111111 | e7b094e7b091efbe93efbdaeefbe93efbdbf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)