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 | ゚ラホ昮 | 1101111111010111110011101111101011010010 | dfd7cefad2 |
EUC-JP | ゚ラホ昮 | 100011101101111110001110110101111000111011001110100011111100001010101011 | 8edf8ed78ece8fc2ab |
UTF-8 | ゚ラホ昮 | 111011111011111010011111111011111011111010010111111011111011111010001110111001101001100010101110 | efbe9fefbe97efbe8ee698ae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)