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 | ?B???S??\ | 001111110100001000111111001111110011111101010011001111110011111101011100 | 3f423f3f3f533f3f5c |
SJIS-WIN | ?B???S??\ | 001111110100001000111111001111110011111101010011001111110011111101011100 | 3f423f3f3f533f3f5c |
EUC-JP | ?B???S??\ | 001111110100001000111111001111110011111101010011001111110011111101011100 | 3f423f3f3f533f3f5c |
UTF-8 | 챈B혢혣혗S혩짖\ | 111011001011000110001000010000101110110110011000101000101110110110011000101000111110110110011000100101110101001111101101100110001010100111101100101001111001011001011100 | ecb18842ed98a2ed98a3ed989753ed98a9eca7965c |
UHC | 챈B혢혣혗S혩짖\ | 110000111010011001000010110000101000101111000010100011001100001010000010010100111100001010010001110000101010001001011100 | c3a642c28bc28cc28253c291c2a25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)