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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??莎漿? | 00111111001111111110010010110011100111111111011100111111 | 3f3fe4b39ff73f |
EUC-JP | ??莎漿? | 00111111001111111110100010110101110111101111100100111111 | 3f3fe8b5def93f |
UTF-8 | 뤿쪔莎漿탮 | 111010111010010010111111111011001010101010010100111010001000111010001110111001101011110010111111111011011000001110101110 | eba4bfecaa94e88e8ee6bcbfed83ae |
UHC | 뤿쪔莎漿탮 | 10001111111010111010010110001110110111101110110111101101111011001011010110001110 | 8feba58edeededecb58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)