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 | kÀnkÀnB | 1001100001101011100100101100000001101110100110000110101110010010110000000110111001000010 | 986b92c06e986b92c06e42 |
SJIS-WIN | ?k??n?k??nB | 0011111101101011001111110011111101101110001111110110101100111111001111110110111001000010 | 3f6b3f3f6e3f6b3f3f6e42 |
EUC-JP | ?k?Àn?k?ÀnB | 001111110110101100111111100011111010101010100010011011100011111101101011001111111000111110101010101000100110111001000010 | 3f6b3f8faaa26e3f6b3f8faaa26e42 |
UTF-8 | kÀnkÀnB | 1100001010011000011010111100001010010010110000111000000001101110110000101001100001101011110000101001001011000011100000000110111001000010 | c2986bc292c3806ec2986bc292c3806e42 |
UHC | ?k??n?k??nB | 0011111101101011001111110011111101101110001111110110101100111111001111110110111001000010 | 3f6b3f3f6e3f6b3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)