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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逶り娘 | 111001111001101110000010111010001001011010111010 | e79b82e896ba |
EUC-JP | 逶り娘 | 111011011111101110100100111010101100110010111100 | edfba4eaccbc |
UTF-8 | 逶り娘 | 111010011000000010110110111000111000001010001010111001011010100010011000 | e980b6e3828ae5a898 |
UHC | ?り娘 | 0011111110101010111010101101001010100110 | 3faaead2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)