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 | ???し | 0011111100111111001111111000001010110101 | 3f3f3f82b5 |
EUC-JP | ??鋌し | 00111111001111111000111111100100101110111010010010110111 | 3f3f8fe4bba4b7 |
UTF-8 | 셨얕鋌し | 111011001000010110101000111011001001011010010101111010011000101110001100111000111000000110010111 | ec85a8ec9695e98b8ce38197 |
UHC | 셨얕鋌し | 1011110011001100101111101110100011101111111110111010101010110111 | bcccbee8effbaab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)