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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 質?U}質?U{^ | 1000111010111111001111110101010101111101100011101011111100111111010101010111101101011110 | 8ebf3f557d8ebf3f557b5e |
EUC-JP | 質?U}質?U{^ | 1011110011000001001111110101010101111101101111001100000100111111010101010111101101011110 | bcc13f557dbcc13f557b5e |
UTF-8 | 質섞U}質섞U{^ | 1110100010110011101010101110110010000100100111100101010101111101111010001011001110101010111011001000010010011110010101010111101101011110 | e8b3aaec849e557de8b3aaec849e557b5e |
UHC | 質섞U}質섞U{^ | 11110010111101011011110010101111010101010111110111110010111101011011110010101111010101010111101101011110 | f2f5bcaf557df2f5bcaf557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)