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^ | 11110111111100000100010011110111111100000100010001011110 | f7f044f7f0445e |
SJIS-WIN | ÷?D÷?D^ | 100000011000000000111111010001001000000110000000001111110100010001011110 | 81803f4481803f445e |
EUC-JP | ÷ðD÷ðD^ | 10100001111000001000111110101001110000110100010010100001111000001000111110101001110000110100010001011110 | a1e08fa9c344a1e08fa9c3445e |
UTF-8 | ÷ðD÷ðD^ | 1100001110110111110000111011000001000100110000111011011111000011101100000100010001011110 | c3b7c3b044c3b7c3b0445e |
UHC | ÷ðD÷ðD^ | 1010000111000000101010011010001101000100101000011100000010101001101000110100010001011110 | a1c0a9a344a1c0a9a3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)