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 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 淋믪찈D淋믪찈D^ | 111011111010011110110101111010111010111110101010111011001011000010001000010001001110111110100111101101011110101110101111101010101110110010110000100010000100010001011110 | efa7b5ebafaaecb08844efa7b5ebafaaecb088445e |
UHC | 淋믪찈D淋믪찈D^ | 111011001111100010010010111011001010100110001100010001001110110011111000100100101110110010101001100011000100010001011110 | ecf892eca98c44ecf892eca98c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)