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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
EUC-JP | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
UTF-8 | 혧쨩횧쩌쨀}B | 1110110110011000101001111110110010101000101010011110110110011010101001111110110010101001100011001110110010101000100000000111110101000010 | ed98a7eca8a9ed9aa7eca98ceca8807d42 |
UHC | 혧쨩횧쩌쨀}B | 110000101000111111000010101110111100001110011110110000101011110011000010101100110111110101000010 | c28fc2bbc39ec2bcc2b37d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)