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 | ?茱暠? | 001111111110010010100011111110101101101100111111 | 3fe4a3fadb3f |
EUC-JP | ?茱暠? | 00111111111010001010010110001111110000101101011100111111 | 3fe8a58fc2d73f |
UTF-8 | 뤷茱暠텯 | 111010111010010010110111111010001000110010110001111001101001101010100000111011011000010110101111 | eba4b7e88cb1e69aa0ed85af |
UHC | 뤷茱暠텯 | 1000111111100101111000101011110011001101101111001011011101000010 | 8fe5e2bccdbcb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)