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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テつ氾δ馨 | 110000111000001011000010100101001100001110000011110000101000101001011101 | c382c294c383c28a5d |
EUC-JP | テつ氾δ馨 | 10001110110000111010010011000100110010001100010110100110110001001011001110111110 | 8ec3a4c4c8c5a6c4b3be |
UTF-8 | テつ氾δ馨 | 1110111110111110100000111110001110000001101001001110011010110000101111101100111010110100111010011010011010101000 | efbe83e381a4e6b0beceb4e9a6a8 |
UHC | ?つ氾δ馨 | 001111111010101011000100110110111111000010100101111001001111101110110000 | 3faac4dbf0a5e4fbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)