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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 顯モ・顯モ・^ | 111010001111101111010011101001011110100011111011110100111010010101011110 | e8fbd3a5e8fbd3a55e |
EUC-JP | 顯モ・顯モ・^ | 11110000111111011000111011010011100011101010010111110000111111011000111011010011100011101010010101011110 | f0fd8ed38ea5f0fd8ed38ea55e |
UTF-8 | 顯モ・顯モ・^ | 11101001101000011010111111101111101111101001001111101111101111011010010111101001101000011010111111101111101111101001001111101111101111011010010101011110 | e9a1afefbe93efbda5e9a1afefbe93efbda55e |
UHC | 顯??顯??^ | 111110101110100100111111001111111111101011101001001111110011111101011110 | fae93f3ffae93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)