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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 祕祕[祕祕[^ | 1110001001001111111000100100111101011011111000100100111111100010010011110101101101011110 | e24fe24f5be24fe24f5b5e |
EUC-JP | 祕祕[祕祕[^ | 1110001110110000111000111011000001011011111000111011000011100011101100000101101101011110 | e3b0e3b05be3b0e3b05b5e |
UTF-8 | 祕祕[祕祕[^ | 111001111010010110010101111001111010010110010101010110111110011110100101100101011110011110100101100101010101101101011110 | e7a595e7a5955be7a595e7a5955b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)