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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ?敦??敦?E | 001111111001001111010110001111110011111110010011110101100011111101000101 | 3f93d63f3f93d63f45 |
EUC-JP | ?敦??敦?E | 001111111100011011011000001111110011111111000110110110000011111101000101 | 3fc6d83f3fc6d83f45 |
UTF-8 | 렺敦돎렺敦돤E | 11101011101000001011101011100110100101011010011011101011100011111000111011101011101000001011101011100110100101011010011011101011100011111010010001000101 | eba0bae695a6eb8f8eeba0bae695a6eb8fa445 |
UHC | 렺敦돎렺敦돤E | 10001110110000101101010011000100101101011011101010001110110000101101010011000100101101011100001101000101 | 8ec2d4c4b5ba8ec2d4c4b5c345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)