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 | ??a???^ | 00111111001111110110000100111111001111110011111101011110 | 3f3f613f3f3f5e |
SJIS-WIN | ??a?敦?^ | 0011111100111111011000010011111110010011110101100011111101011110 | 3f3f613f93d63f5e |
EUC-JP | ??a?敦?^ | 0011111100111111011000010011111111000110110110000011111101011110 | 3f3f613fc6d83f5e |
UTF-8 | 렻렔a렺敦렪^ | 1110101110100000101110111110101110100000100101000110000111101011101000001011101011100110100101011010011011101011101000001010101001011110 | eba0bbeba09461eba0bae695a6eba0aa5e |
UHC | 렻렔a렺敦렪^ | 100011101100001110001110101010010110000110001110110000101101010011000100100011101011100001011110 | 8ec38ea9618ec2d4c48eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)