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 | ?ш?有?┠ | 001111111000010010001010001111111001011101001100001111111000010010110101 | 3f848a3f974c3f84b5 |
EUC-JP | ?ш?有?┠ | 001111111010011111101010001111111100110110101101001111111010100010110111 | 3fa7ea3fcdad3fa8b7 |
UTF-8 | 輦ш퉩有먲┠ | 1110111110100110100110001101000110001000111011011000100110101001111001101001110010001001111010111010100010110010111000101001010010100000 | efa698d188ed89a9e69c89eba8b2e294a0 |
UHC | 輦ш퉩有먲┠ | 111001101110010010101100111010101011100110000001111010101111001110010000111011111010011010110111 | e6e4aceab981eaf390efa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)