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 | ?裝斌? | 001111111110010111100100100101010110101100111111 | 3fe5e4956b3f |
EUC-JP | ?裝斌? | 001111111110101011100110110010011100110000111111 | 3feae6c9cc3f |
UTF-8 | 뤺裝斌뤺 | 111010111010010010111010111010001010001110011101111001101001011010001100111010111010010010111010 | eba4bae8a39de6968ceba4ba |
UHC | 뤺裝斌뤺 | 1000111111101000111011011111101111011110101100001000111111101000 | 8fe8edfbdeb08fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)