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 | ?手瓣〓 | 00111111100011101110100011100001010000011000000110101100 | 3f8ee8e14181ac |
EUC-JP | ?手瓣〓 | 00111111101111001110101011100001101000101010001010101110 | 3fbceae1a2a2ae |
UTF-8 | 룶手瓣〓 | 111010111010001110110110111001101000100110001011111001111001001110100011111000111000000010010011 | eba3b6e6898be793a3e38093 |
UHC | 룶手瓣〓 | 1000111110101011111000101010001011110111111110111010000111101011 | 8fabe2a2f7fba1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)