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 | ûÌÖÚ^ | 11111011110011001000111011010110100011101101101001011110 | fbcc8ed68eda5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ûÌ?Ö?Ú^ | 100011111010101111100101100011111010101011000000001111111000111110101010110100110011111110001111101010101110001001011110 | 8fabe58faac03f8faad33f8faae25e |
UTF-8 | ûÌÖÚ^ | 11000011101110111100001110001100110000101000111011000011100101101100001010001110110000111001101001011110 | c3bbc38cc28ec396c28ec39a5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)