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 | 111010111010000010110001111010111010000010111100111011001000010010111001011011101110101110100000101100011110101110100000101111001110110010000100101110010110111001000010 | eba0b1eba0bcec84b96eeba0b1eba0bcec84b96e42 |
UHC | 렱렼섹n렱렼섹nB | 100011101011111010001110110001001011110010111101011011101000111010111110100011101100010010111100101111010110111001000010 | 8ebe8ec4bcbd6e8ebe8ec4bcbd6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)