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 | ΰnΰnB | 11001110101100000110111011001110101100000110111001000010 | ceb06eceb06e42 |
SJIS-WIN | ?°n?°nB | 001111111000000110001011011011100011111110000001100010110110111001000010 | 3f818b6e3f818b6e42 |
EUC-JP | ΰnΰnB | 10001111101010101100001010100001111010110110111010001111101010101100001010100001111010110110111001000010 | 8faac2a1eb6e8faac2a1eb6e42 |
UTF-8 | ΰnΰnB | 1100001110001110110000101011000001101110110000111000111011000010101100000110111001000010 | c38ec2b06ec38ec2b06e42 |
UHC | ?°n?°nB | 001111111010000111000110011011100011111110100001110001100110111001000010 | 3fa1c66e3fa1c66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)