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âìLâìB | 100101010100110011100010111011001001010101001100111000101110110001000010 | 954ce2ec954ce2ec42 |
SJIS-WIN | ?L???L??B | 001111110100110000111111001111110011111101001100001111110011111101000010 | 3f4c3f3f3f4c3f3f42 |
EUC-JP | ?Lâì?LâìB | 0011111101001100100011111010101110100100100011111010101111000000001111110100110010001111101010111010010010001111101010111100000001000010 | 3f4c8faba48fabc03f4c8faba48fabc042 |
UTF-8 | LâìLâìB | 110000101001010101001100110000111010001011000011101011001100001010010101010011001100001110100010110000111010110001000010 | c2954cc3a2c3acc2954cc3a2c3ac42 |
UHC | ?L???L??B | 001111110100110000111111001111110011111101001100001111110011111101000010 | 3f4c3f3f3f4c3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)