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 | ???腎? | 001111110011111100111111100100000111010000111111 | 3f3f3f90743f |
EUC-JP | ???腎? | 001111110011111100111111101111111101010100111111 | 3f3f3fbfd53f |
UTF-8 | 뤗체듦腎곤 | 111010111010010010010111111011001011001010110100111010111001001110100110111010001000010110001110111010101011001110100100 | eba497ecb2b4eb93a6e8858eeab3a4 |
UHC | 뤗체듦腎곤 | 10001111110001111100001110111100101101011110101011100011111011001011000011101111 | 8fc7c3bcb5eae3ecb0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)