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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ?敦??敦?h | 001111111001001111010110001111110011111110010011110101100011111101101000 | 3f93d63f3f93d63f68 |
EUC-JP | ?敦??敦?h | 001111111100011011011000001111110011111111000110110110000011111101101000 | 3fc6d83f3fc6d83f68 |
UTF-8 | 렺敦렭렺敦렭h | 11101011101000001011101011100110100101011010011011101011101000001010110111101011101000001011101011100110100101011010011011101011101000001010110101101000 | eba0bae695a6eba0adeba0bae695a6eba0ad68 |
UHC | 렺敦렭렺敦렭h | 10001110110000101101010011000100100011101011101010001110110000101101010011000100100011101011101001101000 | 8ec2d4c48eba8ec2d4c48eba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)