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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 稍薇}稍薇{^ | 1110001001100011111001010100111001111101111000100110001111100101010011100111101101011110 | e263e54e7de263e54e7b5e |
EUC-JP | 稍薇}稍薇{^ | 1110001111000100111010011010111101111101111000111100010011101001101011110111101101011110 | e3c4e9af7de3c4e9af7b5e |
UTF-8 | 稍薇}稍薇{^ | 111001111010100010001101111010001001011010000111011111011110011110101000100011011110100010010110100001110111101101011110 | e7a88de896877de7a88de896877b5e |
UHC | 稍薇}稍薇{^ | 1111010110101010110110101011100101111101111101011010101011011010101110010111101101011110 | f5aadab97df5aadab97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)