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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諛俄其墲 | 1110011010000111100010011110001010010001101101001111101010011110 | e68789e291b4fa9e |
EUC-JP | 諛俄其墲 | 111010111110011110110010111001001100001010110110100011111011100011001110 | ebe7b2e4c2b68fb8ce |
UTF-8 | 諛俄其墲 | 111010001010101110011011111001001011111110000100111001011000010110110110111001011010001010110010 | e8ab9be4bf84e585b6e5a2b2 |
UHC | 諛俄其? | 11101011101100001110010010101101110100001110110000111111 | ebb0e4add0ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)