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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 侑莎??B | 10011000110100001110010010110011001111110011111101000010 | 98d0e4b33f3f42 |
EUC-JP | 侑莎??B | 11010000110100101110100010110101001111110011111101000010 | d0d2e8b53f3f42 |
UTF-8 | 侑莎렟렕B | 11100100101111101001000111101000100011101000111011101011101000001001111111101011101000001001010101000010 | e4be91e88e8eeba09feba09542 |
UHC | 侑莎렟렕B | 111010101110001011011110111011011000111010110000100011101010101001000010 | eae2deed8eb08eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)