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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 侑莎?循 | 10011000110100001110010010110011001111111000111101111010 | 98d0e4b33f8f7a |
EUC-JP | 侑莎?循 | 11010000110100101110100010110101001111111011110111011011 | d0d2e8b53fbddb |
UTF-8 | 侑莎깔循 | 111001001011111010010001111010001000111010001110111010101011100110010100111001011011111010101010 | e4be91e88e8eeab994e5beaa |
UHC | 侑莎깔循 | 1110101011100010110111101110110110110001111100101110001011100000 | eae2deedb1f2e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)