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 | àLø^ | 10001110111000001001000101001100100100001111100001011110 | 8ee0914c90f85e |
SJIS-WIN | ???L??^ | 00111111001111110011111101001100001111110011111101011110 | 3f3f3f4c3f3f5e |
EUC-JP | ?à?L?ø^ | 0011111110001111101010111010001000111111010011000011111110001111101010011100110001011110 | 3f8faba23f4c3f8fa9cc5e |
UTF-8 | àLø^ | 110000101000111011000011101000001100001010010001010011001100001010010000110000111011100001011110 | c28ec3a0c2914cc290c3b85e |
UHC | ???L?ø^ | 0011111100111111001111110100110000111111101010011010101001011110 | 3f3f3f4c3fa9aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)