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 | ??裝 | 00111111001111111110010111100100 | 3f3fe5e4 |
EUC-JP | ??裝 | 00111111001111111110101011100110 | 3f3feae6 |
UTF-8 | 뤛낍裝 | 111010111010010010011011111010111000001010001101111010001010001110011101 | eba49beb828de8a39d |
UHC | 뤛낍裝 | 100011111100101010110011101001111110110111111011 | 8fcab3a7edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)