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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 珮エ驀珮エ驅^ | 1110000011100001101101001110100101111101111000001110000110110100111010010111101101011110 | e0e1b4e97de0e1b4e97b5e |
EUC-JP | 珮エ驀珮エ驅^ | 11100000111000111000111010110100111100011101111011100000111000111000111010110100111100011101110001011110 | e0e38eb4f1dee0e38eb4f1dc5e |
UTF-8 | 珮エ驀珮エ驅^ | 11100111100011111010111011101111101111011011010011101001101010011000000011100111100011111010111011101111101111011011010011101001101010011000010101011110 | e78faeefbdb4e9a980e78faeefbdb4e9a9855e |
UHC | ??驀??驅^ | 001111110011111111011000111010010011111100111111110011111100110001011110 | 3f3fd8e93f3fcfcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)