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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 愉輕?諄?證 | 10010110111110011110011101101010001111111110011001111000001111111110011010011010 | 96f9e76a3fe6783fe69a |
EUC-JP | 愉輕?諄?證 | 11001100111110111110110111001011001111111110101111011001001111111110101111111010 | ccfbedcb3febd93febfa |
UTF-8 | 愉輕ㅁ諄렖證 | 111001101000010010001001111010001011110010010101111000111000010110000001111010001010101110000100111010111010000010010110111010001010110110001001 | e68489e8bc95e38581e8ab84eba096e8ad89 |
UHC | 愉輕ㅁ諄렖證 | 111010101111000011001100111011101010010010110001111000101111010010001110101010111111000111111011 | eaf0cceea4b1e2f48eabf1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)