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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ???敦毆] | 0011111100111111001111111001001111010110100111110111011101011101 | 3f3f3f93d69f775d |
EUC-JP | ???敦毆] | 0011111100111111001111111100011011011000110111011101100001011101 | 3f3f3fc6d8ddd85d |
UTF-8 | 렻렔렺敦毆] | 11101011101000001011101111101011101000001001010011101011101000001011101011100110100101011010011011100110101011111000011001011101 | eba0bbeba094eba0bae695a6e6af865d |
UHC | 렻렔렺敦毆] | 1000111011000011100011101010100110001110110000101101010011000100110011111011001001011101 | 8ec38ea98ec2d4c4cfb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)