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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?裝財 | 0011111111100101111001001000110111100000 | 3fe5e48de0 |
EUC-JP | ?裝財 | 0011111111101010111001101011101011100010 | 3feae6bae2 |
UTF-8 | 뤺裝財 | 111010111010010010111010111010001010001110011101111010001011001010100001 | eba4bae8a39de8b2a1 |
UHC | 뤺裝財 | 100011111110100011101101111110111110111010101111 | 8fe8edfbeeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)