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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 躁?竣???B | 111001110100111000111111100011110111011000111111001111110011111101000010 | e74e3f8f763f3f3f42 |
EUC-JP | 躁?竣?佾?B | 1110110110101111001111111011110111010111001111111000111110110000111110110011111101000010 | edaf3fbdd73f8fb0fb3f42 |
UTF-8 | 躁렦竣렦佾렔B | 11101000101110101000000111101011101000001010011011100111101010111010001111101011101000001010011011100100101111011011111011101011101000001001010001000010 | e8ba81eba0a6e7aba3eba0a6e4bdbeeba09442 |
UHC | 躁렦竣렦佾렔B | 11110000111000101000111010110101111100011110001010001110101101011110110011101011100011101010100101000010 | f0e28eb5f1e28eb5eceb8ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)