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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 凋???] | 100100101001110000111111001111110011111101011101 | 929c3f3f3f5d |
EUC-JP | 凋???] | 110000111111110000111111001111110011111101011101 | c3fc3f3f3f5d |
UTF-8 | 凋닻렎렱] | 11100101100001111000101111101011100010111011101111101011101000001000111011101011101000001011000101011101 | e5878beb8bbbeba08eeba0b15d |
UHC | 凋닻렎렱] | 111100001011110110110100111010011000111010100100100011101011111001011101 | f0bdb4e98ea48ebe5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)