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 | ??莎漿 | 001111110011111111100100101100111001111111110111 | 3f3fe4b39ff7 |
EUC-JP | ??莎漿 | 001111110011111111101000101101011101111011111001 | 3f3fe8b5def9 |
UTF-8 | 뤿쪔莎漿 | 111010111010010010111111111011001010101010010100111010001000111010001110111001101011110010111111 | eba4bfecaa94e88e8ee6bcbf |
UHC | 뤿쪔莎漿 | 1000111111101011101001011000111011011110111011011110110111101100 | 8feba58edeededec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)