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 | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 蓮얍ㅁn蓮얍ㅁnB | 111011111010011010011001111011001001011010001101111000111000010110000001011011101110111110100110100110011110110010010110100011011110001110000101100000010110111001000010 | efa699ec968de385816eefa699ec968de385816e42 |
UHC | 蓮얍ㅁn蓮얍ㅁnB | 111001101110010110111110111001011010010010110001011011101110011011100101101111101110010110100100101100010110111001000010 | e6e5bee5a4b16ee6e5bee5a4b16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)