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?S?? | 001111110100110000111111010100110011111100111111 | 3f4c3f533f3f |
SJIS-WIN | ?L?S?? | 001111110100110000111111010100110011111100111111 | 3f4c3f533f3f |
EUC-JP | ?L?S?? | 001111110100110000111111010100110011111100111111 | 3f4c3f533f3f |
UTF-8 | 챈L챌S챕첫 | 1110110010110001100010000100110011101100101100011000110001010011111011001011000110010101111011001011001010101011 | ecb1884cecb18c53ecb195ecb2ab |
UHC | 챈L챌S챕첫 | 11000011101001100100110011000011101001110101001111000011101010011100001110111001 | c3a64cc3a753c3a9c3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)