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 | ??袗??? | 00111111001111111110010111010101001111110011111100111111 | 3f3fe5d53f3f3f |
EUC-JP | ?芷袗獐?? | 0011111110001111110101111100100111101010110101111000111111001011101110100011111100111111 | 3f8fd7c9ead78fcbba3f3f |
UTF-8 | 알芷袗獐렿렻 | 111011001001010110001100111010001000101010110111111010001010001010010111111001111000110110010000111010111010000010111111111010111010000010111011 | ec958ce88ab7e8a297e78d90eba0bfeba0bb |
UHC | 알芷袗獐렿렻 | 101111101100101111110010101110101111001011011111111011011110111110001110110001111000111011000011 | becbf2baf2dfedef8ec78ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)